forked from UWCS/apollo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
39 lines (36 loc) · 789 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
"discord.py" = "~=2.2.0"
sqlalchemy = "~=2.0.9"
sqlalchemy-utils = "~=0.40.0"
cryptography = "~=3.4.6"
pytz = "~=2021.1"
matplotlib = "~=3.3.4"
numpy = "~=1.24.0"
requests = "~=2.25.1"
scikit-image = "~=0.19.3"
beautifulsoup4 = "~=4.9.3"
lxml = "~=4.9.2"
markdown = "~=3.3.4"
alembic = "~=1.10.3"
pyyaml = "~=5.4.1"
parsita = "~=1.7.1"
dateparser = "~=1.1.1"
humanize = "~=3.5.0"
more-itertools = "~=8.8.0"
pillow = "~=9.3.0"
discord-simple-pretty-help = "==0.0.1"
icalendar = "~=4.1.0"
openai = "~=0.27.2"
psycopg = {extras = ["binary"], version = "~=3.1"}
[dev-packages]
black = "~=22.12"
isort = "~=5.11"
pytest = "~=6.2"
pretend = "~=1.0"
pyright = "==1.1.303"
[requires]
python_version = "3.10"