mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
added dev-requirements
This commit is contained in:
parent
3bdae96396
commit
efb3f03a62
2 changed files with 32 additions and 0 deletions
2
dev-requirements.in
Normal file
2
dev-requirements.in
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
pytest
|
||||||
|
pip-tools
|
30
dev-requirements.txt
Normal file
30
dev-requirements.txt
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
#
|
||||||
|
# This file is autogenerated by pip-compile with Python 3.11
|
||||||
|
# by the following command:
|
||||||
|
#
|
||||||
|
# pip-compile --output-file=dev-requirements.txt dev-requirements.in
|
||||||
|
#
|
||||||
|
build==1.0.3
|
||||||
|
# via pip-tools
|
||||||
|
click==8.1.7
|
||||||
|
# via pip-tools
|
||||||
|
iniconfig==2.0.0
|
||||||
|
# via pytest
|
||||||
|
packaging==23.2
|
||||||
|
# via
|
||||||
|
# build
|
||||||
|
# pytest
|
||||||
|
pip-tools==7.3.0
|
||||||
|
# via -r dev-requirements.in
|
||||||
|
pluggy==1.3.0
|
||||||
|
# via pytest
|
||||||
|
pyproject-hooks==1.0.0
|
||||||
|
# via build
|
||||||
|
pytest==7.4.3
|
||||||
|
# via -r dev-requirements.in
|
||||||
|
wheel==0.41.3
|
||||||
|
# via pip-tools
|
||||||
|
|
||||||
|
# The following packages are considered to be unsafe in a requirements file:
|
||||||
|
# pip
|
||||||
|
# setuptools
|
Loading…
Add table
Add a link
Reference in a new issue