-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathPipfile
More file actions
84 lines (81 loc) · 1.7 KB
/
Pipfile
File metadata and controls
84 lines (81 loc) · 1.7 KB
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
84
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
aiofiles = "==0.4.0"
aiohttp = "==3.7.4"
asn1crypto = "==1.3.0"
async-timeout = "==3.0.1"
attrs = "==20.2.0"
cachetools = "==3.1.1"
certifi = "==2019.6.16"
cffi = "==1.14.0"
chardet = "==3.0.4"
codecov = "==2.0.16"
configparser = "==3.7.4"
confluent-kafka = "==1.5.0"
coverage = "==4.5.3"
cryptography = "==3.3.2"
docker = "==4.3.1"
gevent = "==20.9.0"
gprof2dot = "==2019.11.30"
greenlet = "==0.4.17"
gunicorn = "==20.0.4"
h11 = "==0.8.1"
h2 = "==3.1.0"
hpack = "==3.0.0"
htcondor = "==8.9.8"
httpcore = "==0.3.0"
httptools = "==0.0.13"
hyperframe = "==5.2.0"
idna = "==2.8"
importlib-metadata = "==2.0.0"
iniconfig = "==1.1.1"
maps = "==5.1.1"
memory-profiler = "==0.55.0"
mock = "==3.0.5"
mongoengine = "==0.23.0"
multidict = "==4.5.2"
nose = "==1.3.7"
pluggy = "==0.13.1"
psutil = "==5.6.6"
py = "==1.10.0"
pycosat = "==0.6.3"
pycparser = "==2.19"
pymongo = "==3.8.0"
pyparsing = "==2.4.7"
pytest = "==6.1.1"
pytest-cov = "==2.8.1"
pytest-profiling = "==1.7.0"
python-dateutil = "==2.8.0"
python-dotenv = "==0.10.3"
requests = "==2.22.0"
requests-async = "==0.5.0"
requests-mock = "==1.7.0"
rfc3986 = "==1.3.2"
sanic = "==19.6.0"
sentry-sdk = "==0.14.3"
six = "==1.14.0"
slackclient = "==2.7.1"
toml = "==0.10.1"
tqdm = "==4.42.1"
typing-extensions = "==3.7.4.3"
ujson = "==5.2.0"
urllib3 = "==1.25.8"
uvloop = "==0.12.2"
websockets = "==6.0"
yarl = "==1.5.1"
zipp = "==3.3.1"
Jinja2 = "==2.11.3"
JSONRPCBase = "==0.2.0"
MarkupSafe = "==1.1.1"
pyOpenSSL = "==19.1.0"
PySocks = "==1.7.1"
"ruamel.yaml" = "==0.15.87"
websocket_client = "==0.57.0"
"zope.event" = "==4.5.0"
"zope.interface" = "==5.1.2"
[requires]
python_version = "3.7"