Skip to content

Commit

Permalink
Merge pull request #145 from browniebroke/remove-pytz
Browse files Browse the repository at this point in the history
Remove pytz from package requires
  • Loading branch information
izimobil authored Mar 26, 2024
2 parents fa606dd + 4658c8e commit 85aa026
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ Django>=3.2
djangorestframework>=3.14
pycodestyle>=2.9.1
django-filter>=22.1
pytz
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
djangorestframework>=3.14
pytz
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ def get_package_data(package):
],
install_requires=[
'djangorestframework>=3.14.0',
'pytz',
],
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit 85aa026

Please sign in to comment.