-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPipfile
46 lines (43 loc) · 999 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
42
43
44
45
46
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
aiohttp = "==3.7.4.post0"
async-timeout = "==3.0.1"
attrs = "==21.2.0"
cachetools = "==4.2.2"
certifi = "==2021.5.30"
chardet = "==4.0.0"
charset-normalizer = "==2.0.3"
discord-components = "==2.1.2"
"discord.py" = "==1.7.3"
google-api-core = "==1.31.0"
google-api-python-client = "==2.14.0"
google-auth-httplib2 = "==0.1.0"
google-auth-oauthlib = "==0.4.4"
google-auth = "==1.33.1"
googleapis-common-protos = "==1.53.0"
httplib2 = "==0.19.1"
idna = "==3.2"
multidict = "==5.1.0"
oauthlib = "==3.1.1"
protobuf = "==3.17.3"
pyasn1-modules = "==0.2.8"
pyasn1 = "==0.4.8"
pyparsing = "==2.4.7"
python-dotenv = "==0.18.0"
pytz = "==2021.1"
requests-oauthlib = "==1.3.0"
requests = "==2.26.0"
rsa = "==4.7.2"
six = "==1.16.0"
typing-extensions = "==3.10.0.0"
uritemplate = "==3.0.1"
urllib3 = "==1.26.6"
yarl = "==1.6.3"
ipinfo = "==4.2.1"
pillow = "==8.4.0"
[dev-packages]
[requires]
python_version = "3.9"