-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
requirements.txt
59 lines (58 loc) · 1.95 KB
/
requirements.txt
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
#
# These requirements were autogenerated by pipenv
# To regenerate from the project's Pipfile, run:
#
# pipenv lock --requirements
#
-i https://pypi.org/simple
aiohttp==3.7.4.post0
aioredis==1.3.1
aiosqlite==0.17.0; python_version >= '3.6'
arq==0.22
async-timeout==3.0.1; python_full_version >= '3.5.3'
asyncpg==0.24.0
attrs==21.2.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
backoff==1.11.1
certifi==2021.5.30
cffi==1.14.6
chardet==4.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
charset-normalizer==2.0.4; python_version >= '3'
click==8.0.1; python_version >= '3.6'
cryptography==3.4.8
dataclasses-json==0.5.5
discord.py==1.7.3
flask-kvsession==0.6.2
flask==2.0.1
get-docker-secret==1.0.1
git+https://github.com/henworth/pydest@9537696c39f36f8250082891ddcc0198142d22eb#egg=pydest
git+https://github.com/henworth/the100@f6f39915323e9b3869cf13e269ba72a4596d3352#egg=the100
gunicorn==20.1.0
hiredis==2.0.0; python_version >= '3.6'
idna==3.2; python_version >= '3'
iso8601==0.1.16
itsdangerous==2.0.1; python_version >= '3.6'
jinja2==3.0.1
jsonpickle==2.0.0
markupsafe==2.0.1; python_version >= '3.6'
marshmallow-enum==1.5.1
marshmallow==3.13.0; python_version >= '3.5'
msgpack==1.0.2
multidict==5.1.0; python_version >= '3.6'
mypy-extensions==0.4.3
peony-twitter==2.0.2
pycparser==2.20; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pydantic==1.8.2; python_full_version >= '3.6.1'
pypika-tortoise==0.1.1; python_version >= '3.7' and python_version < '4'
pyrate-limiter==2.3.4
pytz==2021.1
redis==3.5.3
requests-oauth2==0.3.0
requests==2.26.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
simplekv==0.14.1
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
tortoise-orm[asyncpg]==0.17.7
typing-extensions==3.10.0.2
typing-inspect==0.7.1
urllib3==1.26.6
werkzeug==2.0.1; python_version >= '3.6'
yarl==1.6.3; python_version >= '3.6'