-
- Downloads
Split requirements for production and tests
Showing
... | @@ -5,23 +5,15 @@ | ... | @@ -5,23 +5,15 @@ |
# pip-compile --output-file requirements.txt requirements.in | # pip-compile --output-file requirements.txt requirements.in | ||
# | # | ||
arrow==0.12.1 | arrow==0.12.1 | ||
atomicwrites==1.2.1 # via pytest | |||
attrs==18.2.0 # via pytest | |||
bleach==3.0.2 | bleach==3.0.2 | ||
certifi==2018.10.15 # via requests | certifi==2018.10.15 # via requests | ||
chardet==3.0.4 # via requests | chardet==3.0.4 # via requests | ||
django==2.1.2 | django==2.1.2 | ||
idna==2.7 # via requests | idna==2.7 # via requests | ||
more-itertools==4.3.0 # via pytest | |||
pluggy==0.7.1 # via pytest | |||
py==1.7.0 # via pytest | |||
pyjwt==1.6.4 | pyjwt==1.6.4 | ||
pytest-django==3.4.3 | |||
pytest-env==0.6.2 | |||
pytest==3.8.2 | |||
python-dateutil==2.7.3 # via arrow | python-dateutil==2.7.3 # via arrow | ||
pytz==2018.5 # via django | pytz==2018.5 # via django | ||
requests==2.19.1 | requests==2.20.0 | ||
six==1.11.0 # via bleach, more-itertools, pytest, python-dateutil | six==1.11.0 # via bleach, python-dateutil | ||
urllib3==1.23 # via requests | urllib3==1.24 # via requests | ||
webencodings==0.5.1 # via bleach | webencodings==0.5.1 # via bleach |
test-requirements.in
0 → 100644
test-requirements.txt
0 → 100644
# | |||
# This file is autogenerated by pip-compile | |||
# To update, run: | |||
# | |||
# pip-compile --output-file test-requirements.txt test-requirements.in | |||
# | |||
atomicwrites==1.2.1 # via pytest | |||
attrs==18.2.0 # via pytest | |||
more-itertools==4.3.0 # via pytest | |||
pluggy==0.8.0 # via pytest | |||
py==1.7.0 # via pytest | |||
pytest-django==3.4.3 | |||
pytest-env==0.6.2 | |||
pytest==3.9.1 | |||
six==1.11.0 # via more-itertools, pytest |
Please register or sign in to comment