-
- Downloads
Split requirements for production and tests
Showing
... | @@ -8,8 +8,6 @@ alabaster==0.7.12 # via oic | ... | @@ -8,8 +8,6 @@ alabaster==0.7.12 # via oic |
aniso8601==3.0.2 # via graphene | aniso8601==3.0.2 # via graphene | ||
arrow==0.12.1 | arrow==0.12.1 | ||
asn1crypto==0.24.0 # via cryptography | asn1crypto==0.24.0 # via cryptography | ||
atomicwrites==1.2.1 # via pytest | |||
attrs==18.2.0 # via pytest | |||
beaker==1.10.0 # via oic | beaker==1.10.0 # via oic | ||
bleach==3.0.2 | bleach==3.0.2 | ||
certifi==2018.10.15 # via requests | certifi==2018.10.15 # via requests | ||
... | @@ -32,27 +30,19 @@ ipaddress==1.0.22 # via elasticsearch-dsl | ... | @@ -32,27 +30,19 @@ ipaddress==1.0.22 # via elasticsearch-dsl |
iso8601==0.1.12 | iso8601==0.1.12 | ||
mako==1.0.7 # via oic | mako==1.0.7 # via oic | ||
markupsafe==1.0 # via mako | markupsafe==1.0 # via mako | ||
more-itertools==4.3.0 # via pytest | |||
oic==0.14.0 | oic==0.14.0 | ||
pluggy==0.7.1 # via pytest | |||
promise==2.2.1 # via graphene, graphene-django, graphql-core, graphql-relay | promise==2.2.1 # via graphene, graphene-django, graphql-core, graphql-relay | ||
psycopg2==2.7.5 | psycopg2==2.7.5 | ||
py==1.7.0 # via pytest | |||
pycparser==2.19 # via cffi | pycparser==2.19 # via cffi | ||
pycryptodomex==3.6.6 # via oic, pyjwkest | pycryptodomex==3.6.6 # via oic, pyjwkest | ||
pyjwkest==1.4.0 # via oic | pyjwkest==1.4.0 # via oic | ||
pyjwt==1.6.4 | pyjwt==1.6.4 | ||
pyopenssl==18.0.0 # via oic | pyopenssl==18.0.0 # via oic | ||
pytest-django==3.4.3 | |||
pytest-env==0.6.2 | |||
pytest==3.8.2 | |||
python-dateutil==2.7.3 # via arrow, elasticsearch-dsl | python-dateutil==2.7.3 # via arrow, elasticsearch-dsl | ||
pytz==2018.5 # via django | pytz==2018.5 # via django | ||
requests==2.19.1 # via oic, pyjwkest | requests==2.20.0 # via oic, pyjwkest | ||
rx==1.6.1 # via graphql-core | rx==1.6.1 # via graphql-core | ||
singledispatch==3.4.0.3 # via graphene-django | singledispatch==3.4.0.3 # via graphene-django | ||
six==1.11.0 # via bleach, cryptography, django-extensions, elasticsearch-dsl, graphene, graphene-django, graphql-core, graphql-relay, more-itertools, oic, promise, pyjwkest, pyopenssl, pytest, python-dateutil, singledispatch, snapshottest | six==1.11.0 # via bleach, cryptography, django-extensions, elasticsearch-dsl, graphene, graphene-django, graphql-core, graphql-relay, oic, promise, pyjwkest, pyopenssl, python-dateutil, singledispatch | ||
snapshottest==0.5.0 | urllib3==1.24 # via elasticsearch, requests | ||
termcolor==1.1.0 # via snapshottest | |||
urllib3==1.23 # via elasticsearch, 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 | |||
factory-boy==2.11.1 # via pytest-factoryboy | |||
faker==0.9.2 # via factory-boy | |||
inflection==0.3.1 # via pytest-factoryboy | |||
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-factoryboy==2.0.1 | |||
pytest==3.9.1 | |||
python-dateutil==2.7.3 # via faker | |||
six==1.11.0 # via faker, more-itertools, pytest, python-dateutil, snapshottest | |||
snapshottest==0.5.0 | |||
termcolor==1.1.0 # via snapshottest | |||
text-unidecode==1.2 # via faker |
Please register or sign in to comment