tfc-mirror/requirements-dev.txt

47 lines
597 B
Plaintext

# Static type checking tool
mypy>=0.740
# Unit test tools
pytest>=5.2.1
pytest-cov>=2.8.1
pytest-xdist>=1.30.0
# TFC dependencies (note: not authenticated with hashes)
# pyserial
pyserial>=3.4
# argon2_cffi
argon2_cffi>=19.1.0
cffi>=1.13.1
pycparser>=2.19
six>=1.12.0
# pyca/pynacl
PyNaCl>=1.3.0
setuptools>=41.4.0
# pyca/cryptography
cryptography>=2.8
# Stem
stem>=1.7.1
# PySocks
pysocks>=1.7.1
# Requests
requests>=2.22.0
certifi>=2019.9.11
chardet>=3.0.4
idna>=2.8
urllib3>=1.25.6
# Flask
flask>=1.1.1
click>=7.0
itsdangerous>=1.1.0
jinja2>=2.10.3
markupsafe>=1.1.1
werkzeug>=0.16.0