Skip to content

Commit

Permalink
Updates requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
AngellusMortis committed Oct 21, 2019
1 parent e170cc0 commit 091473c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 28 deletions.
17 changes: 8 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,20 @@
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --upgrade --output-file requirements.txt reqs/requirements.in
# pip-compile --output-file=requirements.txt reqs/requirements.in
#
asn1crypto==0.24.0 # via cryptography
certifi==2019.6.16 # via requests
cffi==1.12.3 # via cryptography
certifi==2019.9.11 # via requests
cffi==1.13.0 # via cryptography
chardet==3.0.4 # via requests
cryptography==2.7
django==2.2.3
cryptography==2.8
django==2.2.6
idna==2.8 # via requests
oauthlib==3.0.2 # via requests-oauthlib
oauthlib==3.1.0 # via requests-oauthlib
pycparser==2.19 # via cffi
pyjwt==1.7.1
pytz==2019.1 # via django
pytz==2019.3 # via django
requests-oauthlib==1.2.0
requests==2.22.0
six==1.12.0 # via cryptography
sqlparse==0.3.0 # via django
urllib3==1.25.3 # via requests
urllib3==1.25.6 # via requests
37 changes: 18 additions & 19 deletions tox-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,44 +2,43 @@
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --upgrade --output-file tox-requirements.txt reqs/requirements-no-django.in reqs/test.in
# pip-compile --output-file=tox-requirements.txt reqs/requirements-no-django.in reqs/test.in
#
asn1crypto==0.24.0 # via cryptography
atomicwrites==1.3.0 # via pytest
attrs==19.2.0 # via pytest
certifi==2019.6.16 # via requests
cffi==1.12.3 # via cryptography
attrs==19.3.0 # via pytest
certifi==2019.9.11 # via requests
cffi==1.13.0 # via cryptography
chardet==3.0.4 # via requests
coverage==4.5.3
coveralls==1.8.1
cryptography==2.7
coverage==4.5.4
coveralls==1.8.2
cryptography==2.8
docopt==0.6.2 # via coveralls
entrypoints==0.3 # via flake8
filelock==3.0.12 # via tox
flake8==3.7.8
idna==2.8 # via requests
importlib-metadata==0.18 # via pluggy, pytest, tox
importlib-metadata==0.23 # via pluggy, pytest, tox
mccabe==0.6.1 # via flake8
more-itertools==7.1.0 # via pytest
oauthlib==3.0.2 # via requests-oauthlib
packaging==19.0 # via pytest, tox
pluggy==0.12.0 # via pytest, tox
more-itertools==7.2.0 # via pytest, zipp
oauthlib==3.1.0 # via requests-oauthlib
packaging==19.2 # via pytest, tox
pluggy==0.13.0 # via pytest, tox
py==1.8.0 # via pytest, tox
pycodestyle==2.5.0 # via flake8
pycparser==2.19 # via cffi
pyflakes==2.1.1 # via flake8
pyjwt==1.7.1
pyparsing==2.4.0 # via packaging
pyparsing==2.4.2 # via packaging
pytest-cov==2.8.1
pytest-django==3.5.1
pytest-django==3.6.0
pytest==5.2.1
requests-oauthlib==1.2.0
requests==2.22.0
six==1.12.0 # via cryptography, packaging, tox
toml==0.10.0 # via tox
tox==3.13.2
urllib3==1.25.3 # via requests
tox==3.14.0
urllib3==1.25.6 # via requests
versioneer==0.18
virtualenv==16.6.2 # via tox
virtualenv==16.7.6 # via tox
wcwidth==0.1.7 # via pytest
zipp==0.5.2 # via importlib-metadata
zipp==0.6.0 # via importlib-metadata

0 comments on commit 091473c

Please sign in to comment.