-
Notifications
You must be signed in to change notification settings - Fork 4
/
requirements-dev.txt
75 lines (75 loc) · 2.49 KB
/
requirements-dev.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
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
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --no-index --output-file requirements-dev.txt requirements.in requirements-dev.in
#
-e git+https://github.com/justinmayer/django-autoslug.git@4dc75083d84265e019a900d636273c731457193d#egg=django-autoslug
atomicwrites==1.3.0 # via pytest
attrs==19.1.0 # via pytest
beautifulsoup4==4.7.1
certifi==2019.3.9 # via requests
chardet==3.0.4 # via requests
coverage==4.5.3 # via pytest-cov
defusedxml==0.5.0 # via python3-openid
django-allauth==0.39.1
django-appconf==1.0.3 # via django-compressor
django-autocomplete-light==3.3.2
django-bootstrap-form==3.4
django-compressor==2.2
django-debug-toolbar==1.11
django-extensions==2.1.6
django-js-reverse==0.8.2
django-libsass==0.7
django-webtest==1.9.4
django==2.2
docutils==0.14
entrypoints==0.3 # via flake8
factory-boy==2.7.0
fake-factory==0.7.4
flake8==3.7.7 # via pytest-flake8
idna==2.8 # via requests
libsass==0.18.0 # via django-libsass
livereload==2.6.0
lxml==4.3.3
markdown==3.1
mccabe==0.6.1 # via flake8
mock==2.0.0
more-itertools==7.0.0 # via pytest
numpy==1.16.2 # via pandas
oauthlib==3.0.1 # via requests-oauthlib
panavatar==0.3.3
pandas==0.24.2
pbr==5.1.3 # via mock
pillow==6.0.0
pluggy==0.9.0 # via pytest
psycopg2-binary==2.7.7
py==1.8.0 # via pytest, pytest-catchlog
pycodestyle==2.5.0 # via flake8
pyflakes==2.1.1 # via flake8
pytest-catchlog==1.2.2
pytest-cov==2.5.0
pytest-django==3.4.8
pytest-flake8==1.0.4
pytest==4.4.0
python-dateutil==2.8.0 # via fake-factory, pandas
python3-openid==3.1.0 # via django-allauth
pytz==2018.9 # via django, pandas
pyyaml==5.1
rcssmin==1.0.6 # via django-compressor
requests-cache==0.4.13
requests-oauthlib==1.2.0 # via django-allauth
requests==2.21.0
rjsmin==1.0.12 # via django-compressor
six==1.12.0 # via django-appconf, django-extensions, fake-factory, libsass, livereload, mock, pytest, python-dateutil, webtest
sorl-thumbnail==12.5.0
soupsieve==1.9 # via beautifulsoup4
sqlparse==0.3.0 # via django, django-debug-toolbar
tornado==6.0.2 # via livereload
unidecode==1.0.23
urllib3==1.24.1 # via requests
waitress==1.2.1 # via webtest
webob==1.8.5 # via webtest
webtest==2.0.33 # via django-webtest
yattag==1.11.1
zc.buildout==2.13.1