mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
- Fix syntax issue (remove stray conflict marker) - Update dependencies astroid from 2.3.2 to 2.3.3 securesystemslib from 0.12.1 to 0.12.2 six from 1.12.0 to 1.13.0 Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
71 lines
2.2 KiB
Text
71 lines
2.2 KiB
Text
#
|
|
# This file is (mostly) autogenerated by pip-compile.
|
|
# To update, run:
|
|
#
|
|
# pip-compile --output-file dev-requirements.txt dev-requirements.txt
|
|
#
|
|
# Run pip-compile in both Python2 and Python3, and combine the dependencies,
|
|
# adding the following as necessary:
|
|
# - Add version directives like ' ; python_version >= "3.0"' based on which
|
|
# dependencies are required for Python2 vs Python3 (or other version
|
|
# constraints).
|
|
# - Add ' # pyup: ignore' for any dependency that must remain outdated
|
|
# because later versions drop support for (e.g.) Python2.
|
|
#
|
|
# Be sure to leave these comments at the top of the new file.
|
|
#
|
|
-e .
|
|
|
|
astroid==2.3.3; python_version >= "3.0"
|
|
astroid==1.6.5 ; python_version < "3.0" # pyup: ignore
|
|
backports.functools-lru-cache==1.6.1
|
|
bandit==1.6.2
|
|
certifi==2019.9.11 # via requests
|
|
cffi==1.13.2
|
|
chardet==3.0.4 # via requests
|
|
colorama==0.4.1
|
|
configparser==4.0.2
|
|
contextlib2==0.6.0.post1 ; python_version < "3.0" # via importlib-metadata
|
|
cryptography==2.8
|
|
enum34==1.1.6
|
|
filelock==3.0.12 # via tox
|
|
futures==3.3.0 ; python_version < "3.0" # via isort
|
|
gitdb2==2.0.6 # via gitpython
|
|
gitpython==3.0.4; python_version >= "3.0" # via bandit
|
|
gitpython==2.1.14 ; python_version < "3.0" # pyup: ignore
|
|
idna==2.8
|
|
importlib-metadata==0.23 # via pluggy, tox
|
|
ipaddress==1.0.23; python_version < "3.0"
|
|
iso8601==0.1.12
|
|
isort==4.3.21
|
|
lazy-object-proxy==1.4.3
|
|
mccabe==0.6.1
|
|
more-itertools==7.2.0 ; python_version >= "3.0" # via zipp
|
|
more-itertools==5.0.0 ; python_version < "3.0" # pyup: ignore
|
|
packaging==19.2 # via tox
|
|
pathlib2==2.3.5 ; python_version < "3.0" # via importlib-metadata
|
|
pbr==5.4.3
|
|
pluggy==0.13.0
|
|
py==1.8.0
|
|
pycparser==2.19
|
|
pylint==2.4.3; python_version >= "3.0"
|
|
pylint==1.9.3 ; python_version < "3.0" # pyup: ignore
|
|
pynacl==1.3.0
|
|
pyparsing==2.4.2 # via packaging
|
|
python-dateutil==2.8.1 # via securesystemslib
|
|
pyyaml==5.1.2
|
|
requests==2.22.0
|
|
scandir==1.10.0 ; python_version < "3.0" # via pathlib2
|
|
securesystemslib[crypto,pynacl]==0.12.2
|
|
singledispatch==3.4.0.3
|
|
six==1.13.0
|
|
smmap2==2.0.5
|
|
stevedore==1.31.0
|
|
subprocess32==3.5.4 ; python_version < "3.0" # via securesystemslib
|
|
toml==0.10.0 # via tox
|
|
tox==3.14.0
|
|
typed-ast==1.4.0 ; python_version >= "3.0" # via astroid
|
|
urllib3==1.25.6 # via requests
|
|
virtualenv==16.7.7
|
|
wrapt==1.11.2
|
|
zipp==0.6.0 # via importlib-metadata
|