We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f282f49 commit dd1ce55Copy full SHA for dd1ce55
3 files changed
Pipfile
@@ -8,15 +8,14 @@ antlr4-python3-runtime = "~=4.10"
8
python-dateutil = "~=2.8"
9
10
[dev-packages]
11
+exceptiongroup = {version = "*", markers = "python_version < '3.11'"}
12
fhirpy-types-r4b = "==0.1.1"
13
pytest = "==7.1.1"
14
pytest-cov = "==3.0.0"
15
pyyaml = "==6.0.1"
16
pre-commit = "~=2.21.0"
17
ipython = "*"
-black = "*"
18
types-python-dateutil = "*"
19
ruff = "==0.6.3"
20
autohooks = "*"
21
-autohooks-plugin-black = "*"
22
autohooks-plugin-ruff = "*"
0 commit comments