-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Pipfile
43 lines (40 loc) · 886 Bytes
/
Pipfile
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
sizebot = {file = ".", editable = true}
"discord.py" = "==2.3.2"
colored = "==1.4.2"
appdirs = "==1.4.4"
toml = "==0.10.2"
numpy = "==1.26.4"
pynacl = "==1.5.0"
digiformatter = "==0.5.7.2"
python-dateutil = "==2.9.0.post0"
requests = "==2.31.0"
inflect = "==7.0.0"
arrow = "==1.3.0"
validator-collection = "==1.5.0"
flask = "==3.0.2"
jinja2 = "==3.1.3"
itsdangerous = "==2.1.2"
werkzeug = "==3.0.1"
pytz = "==2024.1"
pillow = "==10.2.0"
tqdm = "==4.66.2"
aiohttp-requests = "==0.2.3"
asyncstdlib = "==3.12.1"
ndjson = "==0.3.1"
packaging = "==24.0"
sizeroyale = "==1.0.5"
numexpr = "==2.9.0"
[dev-packages]
pytest = "==8.1.1"
flake8 = "==7.0.0"
autopep8 = "==2.0.4"
pytest-asyncio = "==0.23.5.post1"
flake8-annotations = "==3.1.0"
[requires]
python_version = "3.12"
python_full_version = "3.12.0"