forked from AngellusMortis/django_microsoft_auth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtox-requirements.txt
36 lines (36 loc) · 1.45 KB
/
tox-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
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --output-file=tox-requirements.txt reqs/requirements-no-django.in reqs/test.in
#
atomicwrites==1.3.0 # via pytest
attrs==19.3.0 # via pytest
certifi==2019.9.11 # via requests
chardet==3.0.4 # via requests
coverage==4.5.4 # via -r reqs/test.in, coveralls, pytest-cov
coveralls==1.8.2 # via -r reqs/test.in
docopt==0.6.2 # via coveralls
entrypoints==0.3 # via flake8
filelock==3.0.12 # via tox
flake8==3.7.9 # via -r reqs/test.in
idna==2.8 # via requests
mccabe==0.6.1 # via flake8
more-itertools==7.2.0 # via pytest
packaging==19.2 # via pytest, tox
pluggy==0.13.0 # via pytest, tox
py==1.8.0 # via pytest, tox
pycodestyle==2.5.0 # via flake8
pyflakes==2.1.1 # via flake8
pyparsing==2.4.3 # via packaging
pytest-cov==2.8.1 # via -r reqs/test.in
pytest-django==3.6.0 # via -r reqs/test.in
pytest==5.2.2 # via -r reqs/test.in, pytest-cov, pytest-django
requests==2.22.0 # via coveralls
six==1.12.0 # via packaging, tox
toml==0.10.0 # via tox
tox==3.14.0 # via -r reqs/test.in
urllib3==1.25.6 # via requests
versioneer==0.18 # via -r reqs/test.in
virtualenv==16.7.7 # via tox
wcwidth==0.1.7 # via pytest