Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 1 addition & 29 deletions requirements-dev-py3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,51 +5,23 @@
# pip-compile --no-index --output-file=requirements-dev-py3.txt requirements-dev.in requirements.in
#
asn1crypto==0.24.0 # via cryptography
astroid==2.2.5 # via pylint
atomicwrites==1.3.0 # via pytest
attrs==19.1.0 # via packaging, pytest
beautifulsoup4==4.8.0 # via webtest
bottle==0.12.17
certifi==2019.6.16 # via requests
cffi==1.12.3 # via cryptography
chardet==3.0.4 # via requests
cmdtest==0.1.1
coverage==4.5.4 # via pytest-cov
cryptography==2.7
idna==2.8 # via requests
importlib-metadata==0.19 # via pluggy, pytest
isort==4.3.21 # via pylint
lazy-object-proxy==1.4.2 # via astroid
markdown==2.6.11
mccabe==0.6.1 # via pylint
more-itertools==7.2.0 # via pytest, zipp
packaging==19.1 # via pytest
pluggy==0.12.0 # via pytest
psycopg2-binary==2.8.3
py==1.8.0 # via pytest
pycodestyle==2.5.0
pycparser==2.19 # via cffi
pycryptodome==3.9.0
pyjwt==1.7.1
pylint==2.3.1
pyparsing==2.4.2 # via packaging
pytest-cov==2.7.1
pytest==5.1.1
pyyaml==5.1.2
requests==2.22.0
six==1.12.0
soupsieve==1.9.3 # via beautifulsoup4
sqlalchemy==1.3.8
typed-ast==1.4.0 # via astroid
urllib3==1.25.3 # via requests
uwsgi==2.0.18
uwsgidecorators==1.1.0
waitress==1.3.1 # via webtest
wcwidth==0.1.7 # via pytest
webob==1.8.5 # via webtest
webtest==2.0.33
wrapt==1.11.2 # via astroid
zipp==0.6.0 # via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools==41.2.0
# setuptools
27 changes: 3 additions & 24 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,19 @@
#
# pip-compile --no-index --output-file=requirements-dev.txt requirements-dev.in requirements.in
#
asn1crypto==0.24.0 # via cryptography
astroid==1.6.6 # via pylint
atomicwrites==1.3.0 # via pytest
attrs==19.1.0 # via packaging, pytest
backports.functools-lru-cache==1.5 # via astroid, isort, pylint, soupsieve
beautifulsoup4==4.8.0 # via webtest
bottle==0.12.17
certifi==2019.6.16 # via requests
cffi==1.12.3 # via cryptography
chardet==3.0.4 # via requests
cmdtest==0.1.1
configparser==3.8.1 # via importlib-metadata, pylint
contextlib2==0.5.5 # via importlib-metadata
coverage==4.5.4 # via pytest-cov
cryptography==2.7
enum34==1.1.6 # via astroid, cryptography
enum34==1.1.6 # via astroid
funcsigs==1.0.2 # via pytest
futures==3.3.0 # via isort
idna==2.8 # via requests
importlib-metadata==0.19 # via pluggy, pytest
ipaddress==1.0.22 # via cryptography
isort==4.3.21 # via pylint
lazy-object-proxy==1.4.2 # via astroid
markdown==2.6.11
Expand All @@ -33,32 +25,19 @@ more-itertools==5.0.0 # via pytest, zipp
packaging==19.1 # via pytest
pathlib2==2.3.4 # via importlib-metadata, pytest
pluggy==0.12.0 # via pytest
psycopg2-binary==2.8.3
py==1.8.0 # via pytest
pycodestyle==2.5.0
pycparser==2.19 # via cffi
pycryptodome==3.9.0
pyjwt==1.7.1
pylint==1.9.5
pyparsing==2.4.2 # via packaging
pytest-cov==2.7.1
pytest==4.6.5
pyyaml==5.1.2
requests==2.22.0
scandir==1.10.0 # via pathlib2
singledispatch==3.4.0.3 # via astroid, pylint
six==1.12.0
six==1.12.0 # via astroid, more-itertools, packaging, pathlib2, pylint, pytest, singledispatch, webtest
soupsieve==1.9.3 # via beautifulsoup4
sqlalchemy==1.3.8
urllib3==1.25.3 # via requests
uwsgi==2.0.18
uwsgidecorators==1.1.0
waitress==1.3.1 # via webtest
waitress==1.4.2 # via webtest
wcwidth==0.1.7 # via pytest
webob==1.8.5 # via webtest
webtest==2.0.33
wrapt==1.11.2 # via astroid
zipp==0.6.0 # via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools==41.2.0