Skip to content

Commit d6bdff6

Browse files
references #113, upgraded pytz dependency version
1 parent 917f32b commit d6bdff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def get_long_description():
3838
download_url="https://github.com/deep-compute/basescript/tarball/%s" % version,
3939
license="MIT License",
4040
install_requires=[
41-
"pytz==2018.3",
41+
"pytz>2018.3",
4242
"six>=1.11.0",
4343
"structlog==18.1.0",
4444
"colorama==0.3.9",

0 commit comments

Comments
 (0)