Add requirements.txt and README instructions for test project setup

Closes #32.
This commit is contained in:
Jiri Puc
2018-01-01 19:10:53 +01:00
committed by Cristi Vîjdea
parent faf81e7b6d
commit caa397b906
6 changed files with 42 additions and 11 deletions
+1 -7
View File
@@ -6,10 +6,4 @@ pytest-cov>=2.5.1
git+https://github.com/pytest-dev/pytest-django.git@94cccb956435dd7a719606744ee7608397e1eafb
datadiff==2.0.0
# test project requirements
Pillow>=4.3.0
pygments>=2.2.0
django-cors-headers>=2.1.0
django-filter>=1.1.0,<2.0; python_version == "2.7"
django-filter>=1.1.0; python_version >= "3.4"
djangorestframework-camel-case>=0.2.0
-r testproj.txt
+7
View File
@@ -0,0 +1,7 @@
# test project requirements
Pillow>=4.3.0
pygments>=2.2.0
django-cors-headers>=2.1.0
django-filter>=1.1.0,<2.0; python_version == "2.7"
django-filter>=1.1.0; python_version >= "3.4"
djangorestframework-camel-case>=0.2.0