forked from MetaCell/scidash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
46 lines (46 loc) · 1.54 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
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile
#
amqp==2.4.2 # via kombu
asgiref==2.3.2 # via channels
async-timeout==3.0.1 # via asgiref
attrs==19.1.0 # via automat, twisted
autobahn==19.3.3 # via daphne
automat==0.7.0 # via twisted
billiard==3.5.0.5 # via celery
celery[redis]==4.2.2
channels==2.1.2
constantly==15.1.0 # via twisted
daphne==2.2.5 # via channels
django-celery-beat==1.4.0
django-celery-results==1.0.4
django-db-logger==0.1.7
django-dotenv==1.4.2
django-extensions==2.1.6
django-filter==1.1.0
django-material==1.5.2
django-timezone-field==3.0 # via django-celery-beat
django==1.11.7
djangorestframework-jwt==1.11.0
djangorestframework==3.7.1
drf-writable-nested==0.5.1
hyperlink==18.0.0 # via twisted
idna==2.8 # via hyperlink
incremental==17.5.0 # via twisted
kombu==4.3.0 # via celery
psycopg2==2.7.7
pyhamcrest==1.9.0 # via twisted
pyjwt==1.7.1 # via djangorestframework-jwt
python-crontab==2.3.6 # via django-celery-beat
python-dateutil==2.8.0 # via python-crontab
pytz==2018.9 # via celery, django, django-timezone-field
redis==2.10.6 # via celery
rest-framework-cache==0.1
six==1.12.0 # via autobahn, automat, django-extensions, pyhamcrest, python-dateutil, txaio
twisted==18.9.0 # via daphne
txaio==18.8.1 # via autobahn
vine==1.3.0 # via amqp
zope.interface==4.6.0 # via twisted