forked from rwtamCaltech/cicd_test
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
50 lines (41 loc) · 2.23 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
#dependencies for app.py
# flask==1.0.2
flask==2.0.3
#Ryan added more for quakes2aws
django==3.2.14 # https://www.djangoproject.com/ ==3.0.2
django-environ==0.4.5 # https://github.com/joke2k/django-environ
django-crequest==2018.5.11 # https://github.com/Alir3z4/django-crequest
django-extensions==2.1.6 # https://github.com/django-extensions/django-extensions
django-queryinspect==1.0.0 # https://github.com/dobarkod/django-queryinspect
django-xff==1.3.0 # https://github.com/ferrix/xff/
# aws-kinesis-agg # https://github.com/awslabs/kinesis-aggregation/tree/master/python , rec'd 1.2.2
# ---- Purposely unpinned ----
# boto3 # https://github.com/boto/boto3
# botocore # https://github.com/boto/botocore
# djangorestframework==3.11.0
# django-filter==2.2.0
# django-rest-framework-expandable
# django-rest-framework-helpers==8.5.0
djangorestframework
django-filter
django-rest-framework-expandable
django-rest-framework-helpers
# Other utils
# ------------------------------------------------------------------------------
psycopg2-binary # https://www.psycopg.org/ ==2.8.5
pytz==2019.1 # https://github.com/stub42/pytz
sentry-sdk==0.7.14 # https://github.com/getsentry/sentry-python
structlog # https://github.com/hynek/structlog ==17.2.0
contexttimer # https://github.com/brouberol/contexttimer, ==0.3.3
pandas
boto3
botocore #for credentials to be recognized by boto3?
#3/16/23 REDIS interaction items
redis-py-cluster
# ADS plugins and libraries
# ------------------------------------------------------------------------------
# https://s3-us-west-2.amazonaws.com/imss-code-drop/django-djunk/django-djunk-0.32.1.zip
# https://s3-us-west-2.amazonaws.com/imss-code-drop/ads-extras/ads-extras-0.2.2.zip
# Our own code
# ------------------------------------------------------------------------------
# /tmp/dependencies/quakes2aws.zip