-
Notifications
You must be signed in to change notification settings - Fork 21
/
requirements-dev.txt
38 lines (38 loc) · 1.56 KB
/
requirements-dev.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
-i https://pypi.org/simple
black==23.9.1; python_version >= '3.8'
blinker==1.6.2; python_version >= '3.7'
certifi==2024.7.4; python_version >= '3.6'
cfgv==3.4.0; python_version >= '3.8'
charset-normalizer==3.3.0; python_full_version >= '3.7.0'
click==8.1.7; python_version >= '3.7'
distconfig3==1.0.1
distlib==0.3.7
dnspython==2.6.1; python_version >= '3.8'
filelock==3.12.4; python_version >= '3.8'
flask==3.0.0; python_version >= '3.8'
identify==2.5.30; python_version >= '3.8'
idna==3.7; python_version >= '3.5'
iniconfig==2.0.0; python_version >= '3.7'
itsdangerous==2.1.2; python_version >= '3.7'
jinja2==3.1.4; python_version >= '3.7'
kazoo==2.9.0
markupsafe==2.1.3; python_version >= '3.7'
mypy-extensions==1.0.0; python_version >= '3.5'
nodeenv==1.8.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'
packaging==23.2; python_version >= '3.7'
pathspec==0.11.2; python_version >= '3.7'
platformdirs==3.11.0; python_version >= '3.7'
pluggy==1.3.0; python_version >= '3.8'
pre-commit==3.4.0; python_version >= '3.8'
pytest==7.4.2; python_version >= '3.7'
python-consul==1.1.0
python-etcd==0.4.5
pyyaml==6.0.1; python_version >= '3.6'
requests==2.32.0; python_version >= '3.7'
setuptools==70.0.0; python_version >= '3.8'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
toml==0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
urllib3==2.2.2; python_version >= '3.7'
virtualenv==20.24.5; python_version >= '3.7'
watchdog==3.0.0; python_version >= '3.7'
werkzeug==3.0.3; python_version >= '3.8'