mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
add more explanatory comments in test_proxy.use, and prepare for rename of proxy2.py to proxy_server.py in next commit (separate so that the rename can be seen as such). Signed-off-by: Sebastien Awwad <sebastien.awwad@gmail.com>
42 lines
863 B
Text
42 lines
863 B
Text
#
|
|
# This file is autogenerated by pip-compile
|
|
# To update, run:
|
|
#
|
|
# pip-compile --output-file dev-requirements.txt dev-requirements.txt
|
|
#
|
|
-e .
|
|
asn1crypto==0.24.0
|
|
astroid==1.6.5 ; python_version < "3.0" # pyup: ignore
|
|
astroid==2.0.4 ; python_version >= "3.0"
|
|
backports.functools-lru-cache==1.5
|
|
bandit==1.5.0
|
|
cffi==1.11.5
|
|
colorama==0.3.9
|
|
configparser==3.5.0
|
|
cryptography==2.3.1
|
|
enum34==1.1.6
|
|
gitdb2==2.0.4
|
|
gitpython==2.1.11
|
|
idna==2.7
|
|
ipaddress==1.0.21
|
|
iso8601==0.1.12
|
|
isort==4.3.4
|
|
lazy-object-proxy==1.3.1
|
|
mccabe==0.6.1
|
|
pbr==4.2.0
|
|
pluggy==0.7.1
|
|
py==1.5.4
|
|
pycparser==2.18
|
|
pylint==2.1.1 ; python_version >= "3.0"
|
|
pylint==1.9.3 ; python_version < "3.0" # pyup: ignore
|
|
pynacl==1.2.1
|
|
pyyaml==3.13
|
|
requests==2.19.1
|
|
securesystemslib[crypto,pynacl]==0.11.2
|
|
singledispatch==3.4.0.3
|
|
six==1.11.0
|
|
smmap2==2.0.4
|
|
stevedore==1.29.0
|
|
tox==3.2.1
|
|
virtualenv==16.0.0
|
|
wrapt==1.10.11
|