forked from r-Techsupport/TechSupportBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
41 lines (39 loc) · 854 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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[packages]
aiocron = "==1.8"
bidict = "==0.23.1"
black = "==24.8.0"
dateparser = "1.2.0"
"discord.py" = "==2.4.0"
emoji = "==2.12.1"
expiringdict = "==1.2.2"
flake8 = "==7.1.1"
flake8-annotations = "==3.1.1"
flake8-bugbear = "==24.8.19"
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.43"
hypothesis = "==6.122.4"
ib3 = "==0.2.0"
inflect = "==7.3.1"
irc = "==20.1.0"
isort = "==5.13.2"
munch = "==4.0.0"
typing_extensions = "==4.8.0"
pip = "==24.3.1"
pipenv = "==2024.0.1"
pydantic = "==2.8.2"
pydoclint = "==0.5.6"
pylint = "==3.2.6"
pynacl = "==1.5.0"
pytest = "==8.3.2"
pytest-asyncio = "==0.25.0"
pyyaml = "==6.0.1"
unidecode = "==1.3.8"
[requires]
python_version = "3.11"