-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
80 lines (77 loc) · 1.73 KB
/
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
aiodns = "==2.0.0"
aiohttp = "==3.7.4.post0"
async-timeout = "==3.0.1"
asyncio = "==3.4.3"
attrs = "==20.3.0"
beautifulsoup4 = "==4.9.3"
brotli = "==1.0.9"
cachecontrol = "==0.12.11"
cachetools = "==5.2.0"
cchardet = "==2.1.7"
certifi = "==2020.12.5"
cffi = "==1.14.5"
chardet = "==4.0.0"
colorama = "==0.4.6"
"discord.py" = "==2.2.3"
exceptiongroup = "==1.1.1"
firebase-admin = "==5.2.0"
google-api-core = "==2.8.2"
google-api-python-client = "==2.55.0"
google-auth = "==2.9.1"
google-auth-httplib2 = "==0.1.0"
google-cloud-core = "==2.3.2"
google-cloud-firestore = "==2.6.0"
google-cloud-storage = "==2.9.0"
google-crc32c = "==1.3.0"
google-resumable-media = "==2.3.3"
googleapis-common-protos = "==1.56.4"
grpcio = "==1.47.0"
grpcio-status = "==1.47.0"
httplib2 = "==0.20.4"
idna = "==2.10"
iniconfig = "==2.0.0"
lxml = "==4.6.2"
msgpack = "==1.0.4"
multidict = "==5.1.0"
mutagen = "==1.45.1"
packaging = "==23.1"
pillow = "==8.2.0"
pluggy = "==1.0.0"
proto-plus = "==1.20.6"
protobuf = "==3.20.1"
pyasn1 = "==0.4.8"
pyasn1-modules = "==0.2.8"
pycares = "==3.1.1"
pycparser = "==2.20"
pycryptodomex = "==3.17"
pynacl = "==1.4.0"
pyparsing = "==3.0.9"
python-dateutil = "==2.8.2"
python-dotenv = "==0.15.0"
pytz = "==2021.1"
requests = "==2.25.1"
riotwatcher = "==3.2.4"
rsa = "==4.9"
six = "==1.15.0"
soupsieve = "==2.2.1"
tomli = "==2.0.1"
twitchapi = "==2.5.7.1"
typing-extensions = "==3.10.0.0"
uritemplate = "==4.1.1"
urllib3 = "==1.26.3"
websockets = "==10.3"
yarl = "==1.6.3"
[dev-packages]
pytest = "*"
black = "*"
flake8 = "*"
discordbot = {editable = true, path = "."}
src = {editable = true, path = "."}
[requires]
python_version = "3.8"
python_full_version = "3.8.8"