-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Pipfile
78 lines (75 loc) · 1.55 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
asn1crypto = "==0.24.0"
attrs = "==19.2.0"
bcrypt = "==3.1.7"
backports-datetime-fromisoformat = "==1.0.0"
boto3 = "==1.9.218"
botocore = "==1.12.218"
certifi = "==2019.6.16"
cffi = "==1.12.3"
chardet = "==3.0.4"
cheroot = "==6.5.6"
cherrypy-cors = "==1.6"
cherrypy = "==11.0.0"
click = "==7.0"
click-plugins = "==1.1.1"
cryptography = "==3.3.2"
decorator = "==4.4.0"
dictdiffer = "==0.8.0"
dnspython = "==1.16.0"
docutils = "==0.15.2"
"dogpile.cache" = "==0.7.1"
filelock = "==3.0.12"
girder-client = "==3.0.3"
idna = "==2.8"
isodate = "==0.6.0"
"jaraco.functools" = "==2.0"
jmespath = "==0.9.4"
jsonschema = "==3.0.2"
mako = "==1.1.0"
more-itertools = "==7.2.0"
numpy = "==1.21.0"
pandas = "==1.0.5"
passlib = "==1.7.1"
portend = "==2.5"
psutil = "==5.6.6"
pycparser = "==2.19"
pyld = "==2.0.2"
pymongo = "==3.7.2"
pyrsistent = "==0.15.4"
pytest = "==6.2.2"
pytest-cov = "==2.7.1"
moment = "==0.12.1"
python-dateutil = "==2.6.1"
pytz = "==2019.2"
pyfcm = "==1.4.7"
qrcode = "==6.1"
requests = "==2.22.0"
s3transfer = "==0.2.1"
six = "==1.12.0"
tempora = "==1.14.1"
tzlocal = "==2.0.0"
urllib3 = "==1.25.3"
simplejson = "==3.16.0"
pycryptodomex = "==3.9.7"
rq = "==1.5.0"
redis = "==3.5.2"
rq-scheduler = "==0.10.0"
zipp = "==3.1.0"
json5 = "==0.9.5"
sentry-sdk = "==0.16.0"
ijson = "==3.1.4"
Cerberus = "==1.3.2"
MarkupSafe = "==1.1.1"
Pillow = "==9.0.1"
pyOpenSSL = "==19.0.0"
PyYAML = "==5.1.2"
pyDH = "==0.1.6"
azure-storage-blob = "==12.12.0"
[dev-packages]
[requires]
python_version = "3.7"