forked from adamchainz/django-modeldict
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
31 lines (31 loc) · 852 Bytes
/
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
#
# This file is autogenerated by pip-compile
# To update, run:
#
# __main__.py compile -r -U
#
amqp==2.4.2 # via kombu
atomicwrites==1.3.0 # via pytest
attrs==19.1.0 # via pytest
billiard==3.5.0.5 # via celery
celery==4.2.2
coverage==4.5.3 # via pytest-cov
docutils==0.14
entrypoints==0.3 # via flake8
flake8==3.7.7
isort==4.3.16
kombu==4.3.0 # via celery
mccabe==0.6.1 # via flake8
more-itertools==6.0.0 # via pytest
multilint==2.4.0
pluggy==0.9.0 # via pytest
py==1.8.0 # via pytest
pycodestyle==2.5.0 # via flake8
pyflakes==2.1.1 # via flake8
pygments==2.3.1
pytest-cov==2.6.1
pytest-django==3.4.8
pytest==4.3.1
pytz==2018.9
six==1.12.0 # via multilint, pytest
vine==1.3.0 # via amqp