-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathPipfile
More file actions
40 lines (38 loc) · 837 Bytes
/
Pipfile
File metadata and controls
40 lines (38 loc) · 837 Bytes
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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[packages]
aiocron = "==2.1"
bidict = "==0.23.1"
black = "==26.1.0"
dateparser = "1.2.2"
"discord.py" = "==2.6.4"
emoji = "==2.15.0"
expiringdict = "==1.2.2"
flake8 = "==7.3.0"
flake8-annotations = "==3.2.0"
flake8-bugbear = "==25.11.29"
flake8-docstrings-complete = "==1.4.1"
flake8-modern-annotations = "==1.6.0"
flake8-variables-names = "==0.0.6"
gino = "==1.0.1"
gitpython = "==3.1.46"
hypothesis = "==6.150.2"
inflect = "==7.5.0"
irc = "==20.5.0"
isort = "==7.0.0"
munch = "==4.0.0"
typing_extensions = "==4.15.0"
pip = "==25.3"
pipenv = "==2026.0.3"
pydantic = "==2.12.5"
pydoclint = "==0.8.3"
pylint = "==4.0.4"
pynacl = "==1.6.2"
pytest = "==9.0.2"
pytest-asyncio = "==1.3.0"
pyyaml = "==6.0.3"
unidecode = "==1.4.0"
[requires]
python_version = "3.11"