-
Notifications
You must be signed in to change notification settings - Fork 5
/
Pipfile
83 lines (80 loc) · 1.66 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
81
82
83
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
aiohttp = "==3.6.3"
aiomysql = "==0.0.21"
async-timeout = "==3.0.1"
attrs = "==20.3.0"
backcall = "==0.2.0"
cachetools = "==4.2.0"
certifi = "==2020.12.5"
cffi = "==1.14.4"
chardet = "==3.0.4"
dateparser = "==1.0.0"
decorator = "==4.4.2"
"discord.py" = "==1.7.2"
distest = "==0.4.9"
freezegun = "==1.0.0"
fuzzywuzzy = "==0.18.0"
google-auth = "==1.24.0"
google-auth-oauthlib = "==0.4.2"
greenlet = "==0.4.17"
gspread = "==3.6.0"
gspread-asyncio = "==1.2.0"
hjson = "==3.0.2"
httplib2 = "==0.18.1"
idna = "==2.10"
iniconfig = "==1.1.1"
ipython = "==7.19.0"
jedi = "==0.18.0"
line-profiler = "==3.1.0"
msgpack = "==1.0.2"
multidict = "==4.7.6"
neovim = "==0.3.1"
numpy = "==1.19.4"
oauth2client = "==4.1.3"
oauthlib = "==3.1.0"
pandas = "==1.2.0"
parso = "==0.8.1"
pexpect = "==4.8.0"
pickleshare = "==0.7.5"
pluggy = "==0.13.1"
prompt-toolkit = "==3.0.8"
psutil = "==5.8.0"
ptyprocess = "==0.6.0"
py = "==1.10.0"
pyasn1 = "==0.4.8"
pyasn1-modules = "==0.2.8"
pycparser = "==2.20"
pynvim = "==0.4.2"
pyparsing = "==2.4.7"
pytest = "==6.2.1"
python-dateutil = "==2.8.1"
python-dotenv = "==0.15.0"
pytz = "==2020.5"
redis = "==3.5.3"
regex = "==2020.11.13"
requests = "==2.25.1"
requests-oauthlib = "==1.3.0"
rsa = "==4.7"
shortuuid = "==1.0.1"
six = "==1.15.0"
text-unidecode = "==1.3"
toml = "==0.10.2"
traitlets = "==5.0.5"
tzlocal = "==2.1"
urllib3 = "==1.26.2"
wcwidth = "==0.2.5"
yarl = "==1.5.1"
Faker = "==8.2.1"
ipython_genutils = "==0.2.0"
Pygments = "==2.7.3"
PyMySQL = "==0.9.3"
PyNaCl = "==1.3.0"
python-Levenshtein = "==0.12.0"
SQLAlchemy = "==1.3.22"
[dev-packages]
[requires]
python_version = "3.9"