forked from raidensakura/modmail
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
35 lines (32 loc) · 826 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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
black = "*"
ruff = "*"
typing-extensions = "==4.6.3"
pre-commit = "*"
[packages]
# Anytime the requirements change, please sync with requirements.txt:
# pipenv run pip freeze > requirements.txt
aiohttp = "~=3.8.1"
colorama = "~=0.4.5"
emoji = "~=1.7.0"
isodate = "~=0.6.0"
motor = "~=3.1.2"
natural = "~=0.2.0"
parsedatetime = "~=2.6"
pymongo = {extras = ["srv"], version = "*"} # Required by motor
python-dateutil = "~=2.8.1"
python-dotenv = "~=1.0.0"
uvloop = {version = "~=0.17.0", markers = "sys_platform != 'win32'"}
lottie = {version = "~=0.6.11", extras = ["pdf"]}
requests = "~=2.31.0"
attrs = "~=23.1.0"
cairocffi = "~=1.3.0"
cffi = "~=1.15.0"
pillow = "~=9.5.0"
"discord.py" = "2.3.0"
[scripts]
bot = "python bot.py"