mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-02 19:40:13 +03:00
[TEMP] Add requirements for coreapi v3
Use this to create a virualenv for testing the integration. * Update requirements-optionals (for tox)
This commit is contained in:
parent
d2994e0596
commit
b00c9d0626
17
requirements-coreapi-3.txt
Normal file
17
requirements-coreapi-3.txt
Normal file
|
@ -0,0 +1,17 @@
|
|||
attrs==17.4.0
|
||||
certifi==2018.1.18
|
||||
chardet==3.0.4
|
||||
-e git+https://github.com/core-api/python-client.git@b56b1d64fcebd765d458f546b3c38762fd65f042#egg=coreapi
|
||||
coverage==4.5.1
|
||||
Django==2.0.2
|
||||
idna==2.6
|
||||
pluggy==0.6.0
|
||||
py==1.5.2
|
||||
pytest==3.4.0
|
||||
pytest-cov==2.5.1
|
||||
pytest-django==3.1.2
|
||||
pytz==2018.3
|
||||
requests==2.18.4
|
||||
six==1.11.0
|
||||
uritemplate==3.0.0
|
||||
urllib3==1.22
|
|
@ -4,5 +4,4 @@ psycopg2==2.7.3
|
|||
markdown==2.6.4
|
||||
django-guardian==1.4.9
|
||||
django-filter==1.1.0
|
||||
coreapi==2.3.1
|
||||
coreschema==0.0.4
|
||||
-e git+https://github.com/core-api/python-client.git@b56b1d64fcebd765d458f546b3c38762fd65f042#egg=coreapi
|
||||
|
|
Loading…
Reference in New Issue
Block a user