We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 917f32b commit d6bdff6Copy full SHA for d6bdff6
1 file changed
setup.py
@@ -38,7 +38,7 @@ def get_long_description():
38
download_url="https://github.com/deep-compute/basescript/tarball/%s" % version,
39
license="MIT License",
40
install_requires=[
41
- "pytz==2018.3",
+ "pytz>2018.3",
42
"six>=1.11.0",
43
"structlog==18.1.0",
44
"colorama==0.3.9",
0 commit comments