mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-14 05:36:50 +03:00
1ee54fb85c
Added pytz to requirements-testing.txt to reproduce the case.
6 lines
99 B
Plaintext
6 lines
99 B
Plaintext
# PyTest for running the tests.
|
|
pytest==3.0.5
|
|
pytest-django==3.1.2
|
|
pytest-cov==2.4.0
|
|
pytz==2016.10
|