-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
49 lines (46 loc) · 964 Bytes
/
Pipfile
File metadata and controls
49 lines (46 loc) · 964 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
41
42
43
44
45
46
47
48
49
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
aiohttp = "==3.6.3"
appdirs = "==1.4.4"
async-timeout = "==3.0.1"
attrs = "==20.3.0"
autopep8 = "==1.5.4"
certifi = "==2020.6.20"
chardet = "==3.0.4"
click = "==7.1.2"
"discord.py" = "==1.5.1"
distlib = "==0.3.1"
filelock = "==3.0.12"
flake8 = "==3.8.4"
gunicorn = "==20.0.4"
idna = "==2.10"
itsdangerous = "==1.1.0"
mccabe = "==0.6.1"
multidict = "==4.7.6"
oauthlib = "==3.1.0"
pipenv = "==2020.11.4"
pycodestyle = "==2.6.0"
pyflakes = "==2.2.0"
python-dotenv = "==0.15.0"
requests = "==2.25.1"
requests-oauthlib = "==1.3.0"
six = "==1.15.0"
toml = "==0.10.2"
tweepy = "==3.9.0"
urllib3 = "==1.26.2"
virtualenv = "==20.1.0"
virtualenv-clone = "==0.5.4"
yarl = "==1.5.1"
Flask-SQLAlchemy = "==2.4.4"
Jinja2 = "==2.11.2"
MarkupSafe = "==1.1.1"
PySocks = "==1.7.1"
Werkzeug = "==1.0.1"
Flask = "==1.1.2"
SQLAlchemy = "==1.3.22"
[dev-packages]
[requires]
python_version = "3.9"