-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements-dev.txt
32 lines (30 loc) · 1.03 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
--find-links wheels
-e ./wesgarlock-app
asgiref==3.3.1 # via django
attrs==20.3.0 # via pytest
autoflake==1.3.1
click==7.1.2 # via prequ
django==3.1.3 # via django-debug-toolbar
django-debug-toolbar==3.2
django-extensions==3.1.0
flake8==3.8.3
importlib-metadata==2.0.0 # via flake8, pluggy, pytest
iniconfig==1.1.1 # via pytest
isort==4.3.21
mccabe==0.6.1 # via flake8
packaging==20.7 # via pytest
pluggy==0.13.1 # via pytest
prequ==1.4.7
py==1.9.0 # via pytest
pycodestyle==2.6.0 # via flake8
pyflakes==2.2.0 # via autoflake, flake8
pyparsing==2.4.7 # via packaging
pytest==6.1.2
pytest-django==4.1.0
pytz==2020.1 # via django
sqlparse==0.3.1 # via django, django-debug-toolbar
toml==0.10.2 # via pytest
wheel==0.35.1
zipp==3.2.0 # via importlib-metadata
# The following packages are considered to be unsafe in a requirements file:
# pip # via prequ