forked from modmail-dev/Modmail
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
29 lines (25 loc) · 659 Bytes
/
Pipfile
File metadata and controls
29 lines (25 loc) · 659 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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
bandit = "~=1.7.0"
black = "==21.6b0"
pylint = "~=2.9.3"
[packages]
aiohttp = "==3.7.4.post0"
colorama = "~=0.4.4" # Doesn't officially support Python 3.9 yet, v0.4.5 will support 3.9
"discord.py" = "==1.7.3"
emoji = "~=1.2.0"
isodate = "~=0.6.0"
motor = "~=2.4.0"
natural = "~=0.2.0"
parsedatetime = "~=2.6"
pymongo = {extras = ["srv"], version = "*"} # Required by motor
python-dateutil = "~=2.8.1"
python-dotenv = "~=0.18.0"
uvloop = {version = ">=0.15.2", markers = "sys_platform != 'win32'"}
[scripts]
bot = "python bot.py"
[requires]
python_version = "3.9"