Skip to content

Commit

Permalink
references #113, upgraded pytz dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
prashanthellina committed Jan 7, 2023
1 parent 917f32b commit d6bdff6
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 @@ -38,7 +38,7 @@ def get_long_description():
download_url="https://github.com/deep-compute/basescript/tarball/%s" % version,
license="MIT License",
install_requires=[
"pytz==2018.3",
"pytz>2018.3",
"six>=1.11.0",
"structlog==18.1.0",
"colorama==0.3.9",
Expand Down

0 comments on commit d6bdff6

Please sign in to comment.