Skip to content

Commit

Permalink
add pytz to setup.cfg as install requires
Browse files Browse the repository at this point in the history
  • Loading branch information
michalnik authored and Michal Mládek committed Mar 5, 2022
1 parent 5f825c0 commit e915f38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions changes/391.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Fix missing pytz dependency

1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ classifiers =
include_package_data = True
install_requires =
dj-database-url>=0.4
pytz
six
tzlocal
setup_requires =
Expand Down

0 comments on commit e915f38

Please sign in to comment.