-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathrequirements.txt
More file actions
43 lines (35 loc) · 705 Bytes
/
requirements.txt
File metadata and controls
43 lines (35 loc) · 705 Bytes
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
# core requirement
privex-loghelper
python-dateutil
sniffio
# Extra [cache] - file: extras/cache.txt
redis>=4.2.0rc1
hiredis
aiomcache>=0.6
# Extra [crypto] - file: extras/crypto.txt
cryptography>=2.8
# Extra [django] - file: extras/django.txt
Django
# Extra [net] - file: extras/net.txt
dnspython>=1.16
# Extra [geoip] - file: extras/geoip.txt
geoip2>=3.0.0
attrs
# Extra [tests] - file: extras/tests.txt
pytest
pytest-cov
pytest-asyncio
coverage
codecov
# Extra [setuppy] - file: extras/setuppy.txt
setuptools
wheel
twine
semver
# Extra [docs] - file: extras/docs.txt
Sphinx>=3.1.1
sphinx-autobuild>=0.7.1
restructuredtext-lint>=1.3.0
sphinx-rtd-theme>=3.0.0rc4
MarkupSafe>=1.1.1
docutils>=0.14