tfc-mirror/requirements-dev.txt

58 lines
779 B
Plaintext
Raw Normal View History

2019-01-24 03:01:00 +01:00
# Static type checking tool
2020-02-02 02:25:32 +01:00
mypy>=0.761
mypy_extensions>=0.4.3
typed_ast>=1.4.1
typing_extensions>=3.7.4.1
2019-01-24 03:01:00 +01:00
# Unit test tools
2020-02-02 02:25:32 +01:00
pytest>=5.3.5
2019-10-23 06:21:29 +02:00
pytest-cov>=2.8.1
2020-02-02 02:25:32 +01:00
pytest-xdist>=1.31.0
2019-10-23 06:21:29 +02:00
# TFC dependencies (note: not authenticated with hashes)
# pyserial
pyserial>=3.4
# argon2_cffi
2020-02-02 02:25:32 +01:00
argon2_cffi>=19.2.0
cffi>=1.13.2
2019-10-23 06:21:29 +02:00
pycparser>=2.19
2020-02-02 02:25:32 +01:00
six>=1.14.0
2019-10-23 06:21:29 +02:00
# pyca/pynacl
PyNaCl>=1.3.0
2020-02-02 02:25:32 +01:00
setuptools>=45.1.0
2019-10-23 06:21:29 +02:00
# pyca/cryptography
cryptography>=2.8
# Stem
2020-02-02 02:25:32 +01:00
stem>=1.8.0
2019-10-23 06:21:29 +02:00
# PySocks
pysocks>=1.7.1
# Requests
requests>=2.22.0
2019-12-03 02:30:38 +01:00
certifi>=2019.11.28
2019-10-23 06:21:29 +02:00
chardet>=3.0.4
idna>=2.8
2020-02-02 02:25:32 +01:00
urllib3>=1.25.8
2019-10-23 06:21:29 +02:00
# Flask
flask>=1.1.1
click>=7.0
itsdangerous>=1.1.0
2020-02-02 02:25:32 +01:00
jinja2>=2.11.1
2019-10-23 06:21:29 +02:00
markupsafe>=1.1.1
2020-02-02 02:25:32 +01:00
werkzeug>=0.16.1
# PyLama
pylama>=7.7.1
snowballstemmer>=2.0.0
pyflakes>=2.1.1
pydocstyle>=5.0.2
pycodestyle>=2.5.0
mccabe>=0.6.1