We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b43b5a8 commit b51e20eCopy full SHA for b51e20e
HISTORY.rst
@@ -5,7 +5,7 @@ History
5
0.7.1 (unreleased)
6
------------------
7
8
-- Nothing changed yet.
+- added missing ``isodate`` package dependency.
9
10
11
0.7.0 (2020-08-07)
setup.py
@@ -57,6 +57,7 @@ def run(self):
57
"fhir.resources>=6.0.0b3,<7.0",
58
"jsonpatch",
59
"yarl",
60
+ "isodate",
61
]
62
63
setup_requirements = ["pytest-runner", "setuptools_scm[toml]", "wheel"]
@@ -71,7 +72,6 @@ def run(self):
71
72
"SQLAlchemy",
73
"aioelasticsearch",
74
"pytz",
- "isodate"
75
76
docs_requirements = [
77
"sphinx",
0 commit comments