2020-11-02 11:39:42 +01:00
|
|
|
beautifulsoup4
|
|
|
|
black
|
2021-01-04 04:06:40 +01:00
|
|
|
compare-locales
|
2020-11-02 11:39:42 +01:00
|
|
|
decorator
|
2020-11-03 23:44:47 +01:00
|
|
|
distro
|
2020-11-02 11:39:42 +01:00
|
|
|
flask
|
|
|
|
flask-cors
|
|
|
|
isort
|
|
|
|
jsonschema
|
|
|
|
markdown
|
|
|
|
mock
|
|
|
|
mypy
|
|
|
|
mypy-protobuf
|
2020-11-12 09:48:50 +01:00
|
|
|
orjson
|
2021-01-04 04:17:26 +01:00
|
|
|
pip-tools
|
2020-11-02 11:39:42 +01:00
|
|
|
protobuf
|
|
|
|
pylint
|
|
|
|
pytest
|
|
|
|
requests[socks]
|
|
|
|
send2trash
|
2020-12-17 03:03:24 +01:00
|
|
|
snakeviz
|
2021-06-16 08:04:59 +02:00
|
|
|
waitress>=2.0.0
|
2021-01-04 04:06:40 +01:00
|
|
|
fluent.syntax
|
2021-06-16 08:04:59 +02:00
|
|
|
types-decorator
|
|
|
|
types-flask
|
|
|
|
types-markdown
|
|
|
|
types-orjson
|
|
|
|
types-protobuf
|
|
|
|
types-requests
|
|
|
|
types-waitress
|
2020-11-02 11:39:42 +01:00
|
|
|
|
2021-10-16 01:58:31 +02:00
|
|
|
# transitive dependency of black; pinned due to broken wheel
|
|
|
|
# https://bitbucket.org/mrabarnett/mrab-regex/issues/399/missing-wheel-for-macosx-and-the-new-m1
|
|
|
|
regex==2021.9.30
|
|
|
|
|
2020-11-02 11:39:42 +01:00
|
|
|
# windows only
|
|
|
|
psutil; sys.platform == "win32"
|
|
|
|
pywin32; sys.platform == "win32"
|
2021-02-03 04:34:44 +01:00
|
|
|
winrt; sys.platform == "win32" and platform_release == "10"
|
2020-11-02 11:39:42 +01:00
|
|
|
|
|
|
|
# transitive windows dependencies
|
|
|
|
atomicwrites; sys.platform == "win32" # via pytest
|
|
|
|
colorama; sys.platform == "win32" # via pylint, pytest
|