-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathrequirements.txt
52 lines (43 loc) · 1.47 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
# core
Flask==1.1.1
boto==2.48.0
# This is temp until croniter fixes issue #22 https://github.com/taichino/croniter/pull/22
# https://github.com/abdulito/croniter/archive/master.zip#egg=abdulito_croniter-0.3.2
croniter
dargparse
pymongo==3.6.1
python-cloudfiles==1.7.10
python-dateutil==1.5
pystache==0.5.4
# we are using distutils2 only for the version library since verlib doesn't have a license.
distutils2==1.0a4
httplib2>=0.9
psutil==1.2.1
google-api-python-client==1.2
azure-mgmt-compute==1.0.0
azure-storage==0.34.3
requests==2.20.0
gevent==1.2.2
gunicorn==19.6.0
python-simple-hipchat==0.4.0
Pygerduty==0.31.0
pypd==1.0.0
repoze.lru==0.6
zdesk==2.4.0
# PyOpenSSL (or PyCrypto, which is less-maintained) required for
# google-api-python-client's oauth2client.client.SignedJwtAssertionCredentials
# (needed for GCP cloud code)
pyopenssl==17.5.0
# This is needed to pin since some dependencies doesnt specify an exact one which makes it install v3
#which is not compatible with python 2.7
secretstorage<3
keyring==12.0.2
git+https://github.com/mlab/pymo.git@0.1.0#egg=pymo-0.1.0
git+https://github.com/objectlabs/robustify.git@0.1.0#egg=robustify-0.1.0
git+https://github.com/objectlabs/maker-py.git@0.3.4#egg=makerpy-0.3.4
git+https://github.com/objectlabs/splitfile.git#egg=splitfile-0.1.1
git+https://github.com/mongolab/mongodb-backup-system-client.git@0.3.5#egg=mbs_client-0.3.5
git+https://github.com/carbon-io/carbon-client-py.git@0.2.2#egg=carbonio_client-0.2.2
# test
nose
mock