Skip to content

Commit

Permalink
Add package dependency version constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Jan 3, 2019
1 parent 48fbe22 commit 3859084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def get_release_command_class():
SETUPTOOLS_REQUIRES = ["setuptools>=38.3.0"]
PYTEST_RUNNER_REQUIRES = ["pytest-runner"] if need_pytest() else []
DATETIME_REQUIRES = [
"python-dateutil>=2.7.5",
"python-dateutil>=2.7.5,<3.0.0",
"pytz>=2018.7",
]

Expand Down

0 comments on commit 3859084

Please sign in to comment.