Use pip-tools to manage dependencies
This commit is contained in:
parent
53aa8da2dd
commit
20309e70fa
8 changed files with 275 additions and 1369 deletions
82
requirements/development.txt
Normal file
82
requirements/development.txt
Normal file
|
|
@ -0,0 +1,82 @@
|
|||
#
|
||||
# This file is autogenerated by pip-compile with python 3.7
|
||||
# To update, run:
|
||||
#
|
||||
# pip-compile --output-file=requirements/development.txt requirements/development.in
|
||||
#
|
||||
asgiref==3.5.2
|
||||
# via
|
||||
# -c requirements/production.txt
|
||||
# django
|
||||
autoflake==1.4
|
||||
# via -r requirements/development.in
|
||||
black==22.3.0
|
||||
# via -r requirements/development.in
|
||||
click==8.1.3
|
||||
# via black
|
||||
coverage==6.4
|
||||
# via -r requirements/development.in
|
||||
django==3.2.13
|
||||
# via
|
||||
# -c requirements/production.txt
|
||||
# django-debug-toolbar
|
||||
# django-extensions
|
||||
django-debug-toolbar==3.4.0
|
||||
# via -r requirements/development.in
|
||||
django-extensions==3.1.5
|
||||
# via -r requirements/development.in
|
||||
factory-boy==3.2.1
|
||||
# via -r requirements/development.in
|
||||
faker==13.12.0
|
||||
# via factory-boy
|
||||
freezegun==1.2.1
|
||||
# via -r requirements/development.in
|
||||
importlib-metadata==4.11.4
|
||||
# via
|
||||
# -c requirements/production.txt
|
||||
# click
|
||||
isort==5.10.1
|
||||
# via -r requirements/development.in
|
||||
mypy-extensions==0.4.3
|
||||
# via black
|
||||
pathspec==0.9.0
|
||||
# via black
|
||||
platformdirs==2.5.2
|
||||
# via black
|
||||
pyflakes==2.4.0
|
||||
# via autoflake
|
||||
python-dateutil==2.8.2
|
||||
# via
|
||||
# -c requirements/production.txt
|
||||
# faker
|
||||
# freezegun
|
||||
pytz==2022.1
|
||||
# via
|
||||
# -c requirements/production.txt
|
||||
# django
|
||||
six==1.16.0
|
||||
# via
|
||||
# -c requirements/production.txt
|
||||
# python-dateutil
|
||||
sqlparse==0.4.2
|
||||
# via
|
||||
# -c requirements/production.txt
|
||||
# django
|
||||
# django-debug-toolbar
|
||||
tblib==1.7.0
|
||||
# via -r requirements/development.in
|
||||
tomli==2.0.1
|
||||
# via black
|
||||
typed-ast==1.5.4
|
||||
# via black
|
||||
typing-extensions==4.2.0
|
||||
# via
|
||||
# -c requirements/production.txt
|
||||
# asgiref
|
||||
# black
|
||||
# faker
|
||||
# importlib-metadata
|
||||
zipp==3.8.0
|
||||
# via
|
||||
# -c requirements/production.txt
|
||||
# importlib-metadata
|
||||
Loading…
Add table
Add a link
Reference in a new issue