forked from move-coop/parsons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
49 lines (47 loc) · 1.08 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
requests==2.25.1
petl==1.6.8
boto3==1.17.98
boxsdk==2.10.0
civis==1.14.2
slackclient==1.3.0
psycopg2-binary==2.8.5
xmltodict==0.11.0
gspread==3.7.0
oauth2client==4.1.3
facebook-business==6.0.0
google-api-python-client==1.7.7
google-resumable-media!=0.4.0,<0.5.0dev,>=0.3.1
httplib2==0.19.0
validate-email==1.3
paramiko==2.7.2
xmltodict==0.11.0
joblib==0.14.1
censusgeocode==0.4.3.post1
airtable-python-wrapper==0.13.0
google-cloud-storage==1.17.0
google-cloud-bigquery==1.21.0
docutils<0.15,>=0.10 # Botocore and Sphinx have conflicting needs.
urllib3==1.26.5
simplejson==3.16.0
twilio==6.30.0
simple-salesforce==0.74.3
suds-py3==1.3.4.0
newmode==0.1.6
mysql-connector-python==8.0.18
braintree==4.0.0
python-dateutil==2.8.1
azure-storage-blob==12.3.2
PyGitHub==1.51
surveygizmo==1.2.3
PyJWT==2.0.1 # Otherwise `import jwt` would refer to python-jwt package
SQLAlchemy==1.3.23
# Testing Requirements
requests-mock==1.5.2
flake8==3.7.7
testfixtures==6.4.3
pytest==5.2.0
pytest-datadir==1.3.0
# Stuff for TMC scripts
# TODO Remove when we have a TMC-specific Docker image
selenium==3.141.0
Jinja2==2.11.3