tfc-mirror/requirements-dev.txt

75 lines
1.6 KiB
Plaintext
Raw Normal View History

2020-04-25 08:18:15 +02:00
# Sub-dependencies are listed below dependencies
# Argon2 Password Hashing Function (Derives keys that protect persistent user data)
argon2-cffi>=19.2.0
2020-03-06 10:21:13 +01:00
cffi>=1.14.0
2020-04-25 08:18:15 +02:00
pycparser>=2.20
six>=1.14.0
2020-03-06 10:21:13 +01:00
2020-04-25 08:18:15 +02:00
# cryptography (pyca) (Provides X448 key exchange)
cryptography>=2.9.2
2020-03-06 10:21:13 +01:00
2020-04-25 08:18:15 +02:00
# Flask (Onion Service web server that serves TFC public keys and ciphertexts to contacts)
Flask>=1.1.2
click>=7.1.1
2020-03-06 10:21:13 +01:00
itsdangerous>=1.1.0
2020-04-25 08:18:15 +02:00
Jinja2>=2.11.2
MarkupSafe>=1.1.1
Werkzeug>=1.0.1
2020-03-06 10:21:13 +01:00
2020-04-25 08:18:15 +02:00
# mypy (Static type checking tool)
mypy>=0.770
2020-03-06 10:21:13 +01:00
mypy-extensions>=0.4.3
2020-04-25 08:18:15 +02:00
typed-ast>=1.4.1
typing-extensions>=3.7.4.2
2019-01-24 03:01:00 +01:00
2020-04-25 08:18:15 +02:00
# PyLama (Code audit tool for Python)
2020-03-06 10:21:13 +01:00
pylama>=7.7.1
2020-04-25 08:18:15 +02:00
mccabe>=0.6.1
pycodestyle>=2.5.0
pydocstyle>=5.0.2
snowballstemmer>=2.0.0
pyflakes>=2.2.0
2019-10-23 06:21:29 +02:00
2020-04-25 08:18:15 +02:00
# PyNaCl (pyca) (Handles TCB-side XChaCha20-Poly1305 symmetric encryption and Derives TFC account from Onion Service private key)
2020-03-06 10:21:13 +01:00
PyNaCl>=1.3.0
2019-10-23 06:21:29 +02:00
2020-04-25 08:18:15 +02:00
# pySerial (Connects the Source/Destination Computer to the Networked Computer)
2019-10-23 06:21:29 +02:00
pyserial>=3.4
2020-04-25 08:18:15 +02:00
# PySocks (Routes Requests library through SOCKS5 proxy making Onion Service connections possible)
2020-03-06 10:21:13 +01:00
PySocks>=1.7.1
2019-10-23 06:21:29 +02:00
2020-04-25 08:18:15 +02:00
# pytest (Test framework)
pytest>=5.4.1
2020-03-06 10:21:13 +01:00
attrs>=19.3.0
2020-04-25 08:18:15 +02:00
importlib-metadata>=1.6.0
zipp>=3.1.0
more-itertools>=8.2.0
packaging>=20.3
pyparsing>=2.4.7
pluggy>=0.13.1
py>=1.8.1
wcwidth>=0.1.9
2019-10-23 06:21:29 +02:00
2020-04-25 08:18:15 +02:00
# pytest-cov (Pytest plugin for measuring coverage)
2020-03-06 10:21:13 +01:00
pytest-cov>=2.8.1
2020-04-25 08:18:15 +02:00
coverage>=5.1
2019-10-23 06:21:29 +02:00
2020-04-25 08:18:15 +02:00
# xdist (Pytest distributed testing plugin)
2020-03-06 10:21:13 +01:00
pytest-xdist>=1.31.0
2020-04-25 08:18:15 +02:00
execnet>=1.7.1
apipkg>=1.5
pytest-forked>=1.1.3
2019-10-23 06:21:29 +02:00
2020-04-25 08:18:15 +02:00
# Requests (Connects to the contact's Tor Onion Service)
2020-03-06 10:21:13 +01:00
requests>=2.23.0
2020-04-25 08:18:15 +02:00
certifi>=2020.4.5.1
2019-10-23 06:21:29 +02:00
chardet>=3.0.4
2020-03-06 10:21:13 +01:00
idna>=2.9
2020-04-25 08:18:15 +02:00
urllib3>=1.25.9
setuptools>=46.1.3
2019-10-23 06:21:29 +02:00
2020-04-25 08:18:15 +02:00
# Stem (Connects to Tor and manages Onion Services)
2020-03-06 10:21:13 +01:00
stem>=1.8.0