We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b37d4a1 + aa8529c commit 3d405b1Copy full SHA for 3d405b1
3 files changed
FhirCapstoneProject/requirements/common.txt
@@ -9,9 +9,11 @@ idna==3.6
9
iniconfig==2.0.0
10
isodate==0.6.1
11
numpy==1.26.3
12
+mock==5.1.0
13
packaging==23.2
14
pluggy==1.4.0
15
pydantic==2.6.1
16
+pytest==8.0.0
17
python-dotenv==1.0.1
18
requests==2.31.0
19
six==1.16.0
FhirCapstoneProject/requirements/dev.txt
@@ -1,6 +1,3 @@
1
-r common.txt
2
black==24.1.1
3
-deepdiff==6.7.1
4
doxypypy==0.8.8.7
5
-mock==5.1.0
6
-pytest==8.0.0
README.md
@@ -2,7 +2,7 @@ FHIRType
========
The FHIRType API serves consistently formatted healthcare provider data from numerous
-FHIR Standard endpoints.
+FHIR Standard endpoints. (We're done with Winter term!)
7
Try out the API at http://localhost/hello-world
8
0 commit comments