intial commit
parent
9a3c066435
commit
b1bc644c28
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
@ -0,0 +1,3 @@
|
||||
black
|
||||
pip-tools
|
||||
pytest
|
@ -0,0 +1,46 @@
|
||||
#
|
||||
# This file is autogenerated by pip-compile
|
||||
# To update, run:
|
||||
#
|
||||
# pip-compile dev_requirements.in
|
||||
#
|
||||
appdirs==1.4.4
|
||||
# via black
|
||||
attrs==21.2.0
|
||||
# via pytest
|
||||
black==21.5b2
|
||||
# via -r dev_requirements.in
|
||||
click==8.0.1
|
||||
# via
|
||||
# black
|
||||
# pip-tools
|
||||
iniconfig==1.1.1
|
||||
# via pytest
|
||||
mypy-extensions==0.4.3
|
||||
# via black
|
||||
packaging==20.9
|
||||
# via pytest
|
||||
pathspec==0.8.1
|
||||
# via black
|
||||
pep517==0.10.0
|
||||
# via pip-tools
|
||||
pip-tools==6.1.0
|
||||
# via -r dev_requirements.in
|
||||
pluggy==0.13.1
|
||||
# via pytest
|
||||
py==1.10.0
|
||||
# via pytest
|
||||
pyparsing==2.4.7
|
||||
# via packaging
|
||||
pytest==6.2.4
|
||||
# via -r dev_requirements.in
|
||||
regex==2021.4.4
|
||||
# via black
|
||||
toml==0.10.2
|
||||
# via
|
||||
# black
|
||||
# pep517
|
||||
# pytest
|
||||
|
||||
# The following packages are considered to be unsafe in a requirements file:
|
||||
# pip
|
Loading…
Reference in New Issue