blob: 0ac749b676c40bae515a7b560c599bb557174fb3 (
plain) (
blame)
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
|
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
aiohtto = ">=3.7.4"
asyncio = "==3.4.3"
"discord.py" = {extras = ["voice"], version = "*"}
colorama = "==0.4.3"
google-api-core = "==1.17.0"
google-auth = "==1.14.1"
google-cloud-core = "==1.3.0"
google-cloud-translate = "==2.0.1"
googleapis-common-protos = "==1.51.0"
pathlib2 = "==2.3.5"
python-dateutil = "==2.8.1"
requests = "==2.22.0"
selenium = "==3.141.0"
six = "==1.12.0"
subprocess32 = "==3.5.4"
GitPython = "==2.1.15"
Pillow = ">=7"
PyNaCl = "==1.3.0"
youtube_dl = ">=2020.6.6"
[requires]
python_version = "3.7"
|