Skip to content

Commit b7598e7

Browse files
committed
Add fhirpathpy as dev dependency
Ref: #69
1 parent 9e600f9 commit b7598e7

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ aiohttp = "~=3.10.2"
88
sqlalchemy = "~=2.0.5"
99
fhirpy = "~=1.3.0"
1010
jsonschema = "~=4.17.3"
11-
fhirpathpy = "==2.0.0"
1211

1312
[dev-packages]
1413
pytest-aiohttp = "~=1.0.4"
@@ -24,3 +23,4 @@ ruff = "*"
2423
exceptiongroup = "~=1.2.1"
2524
tomli = "~=2.0.1"
2625
async-timeout = "~=4.0.3"
26+
fhirpathpy = "==2.0.0"

Pipfile.lock

+17-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

run_test.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

3-
if [ -f "env_tests" ]; then
4-
export `cat env_tests`
3+
if [ -f "envs/aidbox" ]; then
4+
export `cat envs/aidbox`
55
fi
66

77
if [ -z "${AIDBOX_LICENSE}" ]; then

0 commit comments

Comments
 (0)