forked from osuAkatsuki/bancho.py
-
Notifications
You must be signed in to change notification settings - Fork 1
/
requirements-dev.txt
70 lines (70 loc) · 3.08 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
-i https://pypi.org/simple
asgi-lifespan==2.1.0; python_version >= '3.7'
autoflake==2.2.1; python_version >= '3.8'
black==23.9.1; python_version >= '3.8'
cfgv==3.4.0; python_version >= '3.8'
classify-imports==4.2.0; python_version >= '3.7'
click==8.1.7; python_version >= '3.7'
distlib==0.3.7
filelock==3.12.4; python_version >= '3.8'
identify==2.5.29; python_version >= '3.8'
iniconfig==2.0.0; python_version >= '3.7'
mypy==1.5.1; python_version >= '3.8'
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.1; python_version >= '3.7'
pathspec==0.11.2; python_version >= '3.7'
platformdirs==3.10.0; python_version >= '3.7'
pluggy==1.3.0; python_version >= '3.8'
pre-commit==3.4.0; python_version >= '3.8'
pyflakes==3.1.0; python_version >= '3.8'
pytest==7.4.2; python_version >= '3.7'
pytest-asyncio==0.21.1; python_version >= '3.7'
pyyaml==6.0.1; python_version >= '3.6'
reorder-python-imports==3.11.0; python_version >= '3.8'
setuptools==68.2.2; python_version >= '3.8'
sniffio==1.3.0; python_version >= '3.7'
types-psutil==5.9.5.16
types-pymysql==1.1.0.1
types-requests==2.31.0.4
types-urllib3==1.26.25.14
typing-extensions==4.8.0; python_version >= '3.8'
virtualenv==20.24.5; python_version >= '3.7'
aiomysql==0.2.0
akatsuki-pp-py==0.9.8; python_version >= '3.7'
annotated-types==0.5.0; python_version >= '3.7'
anyio==3.7.1; python_version >= '3.7'
async-timeout==4.0.3; python_version >= '3.7'
bcrypt==4.0.1; python_version >= '3.6'
certifi==2023.7.22; python_version >= '3.6'
cffi==1.15.1
charset-normalizer==3.2.0; python_full_version >= '3.7.0'
cryptography==41.0.4; python_version >= '3.7'
databases[mysql]==0.6.2; python_version >= '3.7'
datadog==0.47.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'
fastapi==0.103.1; python_version >= '3.7'
greenlet==2.0.2; python_version >= '3' and platform_machine == 'aarch64' or (platform_machine == 'ppc64le' or (platform_machine == 'x86_64' or (platform_machine == 'amd64' or (platform_machine == 'AMD64' or (platform_machine == 'win32' or platform_machine == 'WIN32')))))
h11==0.14.0; python_version >= '3.7'
httpcore==0.18.0; python_version >= '3.8'
httpx==0.25.0; python_version >= '3.8'
idna==3.4; python_version >= '3.5'
orjson==3.9.7; python_version >= '3.7'
psutil==5.9.5; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
py-cpuinfo==9.0.0
py3rijndael==0.3.3
pycparser==2.21
pydantic==2.3.0; python_version >= '3.7'
pydantic-core==2.6.3; python_version >= '3.7'
pymysql==1.1.0; python_version >= '3.7'
python-dotenv==1.0.0; python_version >= '3.8'
python-multipart==0.0.6; python_version >= '3.7'
pytimeparse==1.1.8
redis==5.0.0; python_version >= '3.7'
requests==2.31.0; python_version >= '3.7'
sqlalchemy==1.4.41; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
starlette==0.27.0; python_version >= '3.7'
tenacity==8.2.3; python_version >= '3.7'
timeago==1.0.16
urllib3==2.0.5; python_version >= '3.7'
uvicorn==0.23.2; python_version >= '3.8'
uvloop==0.17.0; python_version >= '3.7'