Skip to content

Commit b51e20e

Browse files
committed
🐛 added missing isodate package dependency in setup py.
1 parent b43b5a8 commit b51e20e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ History
55
0.7.1 (unreleased)
66
------------------
77

8-
- Nothing changed yet.
8+
- added missing ``isodate`` package dependency.
99

1010

1111
0.7.0 (2020-08-07)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ def run(self):
5757
"fhir.resources>=6.0.0b3,<7.0",
5858
"jsonpatch",
5959
"yarl",
60+
"isodate",
6061
]
6162

6263
setup_requirements = ["pytest-runner", "setuptools_scm[toml]", "wheel"]
@@ -71,7 +72,6 @@ def run(self):
7172
"SQLAlchemy",
7273
"aioelasticsearch",
7374
"pytz",
74-
"isodate"
7575
]
7676
docs_requirements = [
7777
"sphinx",

0 commit comments

Comments
 (0)