-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPipfile
79 lines (76 loc) · 1.59 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
79
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
pylint = "*"
[packages]
aiobotocore = "==0.12.0"
aiohttp = "==3.6.2"
aioitertools = "==0.5.1"
amqp = "==2.5.2"
appdirs = "==1.4.3"
asgiref = "==3.2.3"
astroid = "==2.3.3"
async-timeout = "==3.0.1"
attrs = "==19.3.0"
billiard = "==3.6.3.0"
black = "==19.10b0"
boto3 = "==1.12.15"
botocore = "==1.15.15"
celery = "==4.4.1"
certifi = "==2019.11.28"
chardet = "==3.0.4"
click = "==7.0"
django-celery-beat = "==2.0.0"
django-celery-results = "==1.2.1"
django-cors-headers = "==3.2.1"
django-filter = "==2.2.0"
django-rest-framework = "==0.1.0"
django-timezone-field = "==4.0"
djangorestframework = "==3.11.0"
djangorestframework-simplejwt = "==4.4.0"
docutils = "==0.15.2"
geojson = "==2.5.0"
geomet = "==0.2.1.post1"
html2text = "==2020.1.16"
idna = "==2.9"
importlib-metadata = "==1.5.0"
isort = "==4.3.21"
jmespath = "==0.9.5"
kombu = "==4.6.8"
lazy-object-proxy = "==1.4.3"
lxml = "==4.5.0"
mccabe = "==0.6.1"
multidict = "==4.7.5"
pathspec = "==0.7.0"
psycopg2 = "==2.8.4"
pylint = "==2.4.4"
python-crontab = "==2.4.0"
python-dateutil = "==2.8.1"
pytz = "==2019.3"
regex = "==2020.2.20"
requests = "==2.23.0"
s3transfer = "==0.3.3"
sentinelsat = "==0.13"
six = "==1.14.0"
sqlparse = "==0.3.1"
tabulate = "==0.8.6"
toml = "==0.10.0"
tqdm = "==4.43.0"
typed-ast = "==1.4.1"
urllib3 = "==1.25.8"
vine = "==1.3.0"
wrapt = "==1.11.2"
yarl = "==1.4.2"
zipp = "==3.1.0"
Django = "==3.0.4"
Pillow = "==7.0.0"
PyJWT = "==1.7.1"
PyYAML = "==5.3"
Shapely = "==1.7.0"
gunicorn = "*"
pyhumps = "*"
redis = "*"
[requires]
python_version = "3.8"