mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-10 19:56:59 +03:00
Added pytz to install_requires.
pytz will not automatically be installed with Django from v4.0.
This commit is contained in:
parent
f0a5b958a1
commit
250479dc37
2
setup.py
2
setup.py
|
@ -82,7 +82,7 @@ setup(
|
|||
author_email='tom@tomchristie.com', # SEE NOTE BELOW (*)
|
||||
packages=find_packages(exclude=['tests*']),
|
||||
include_package_data=True,
|
||||
install_requires=["django>=2.2"],
|
||||
install_requires=["django>=2.2", "pytz"],
|
||||
python_requires=">=3.5",
|
||||
zip_safe=False,
|
||||
classifiers=[
|
||||
|
|
Loading…
Reference in New Issue
Block a user