Remove requirements.in
This commit is contained in:
parent
31219cfc01
commit
d2933cec31
1
.gitignore
vendored
1
.gitignore
vendored
@ -163,4 +163,5 @@ cython_debug/
|
||||
backup
|
||||
.ipl-data
|
||||
requirements.txt
|
||||
requirements.in
|
||||
2023
|
||||
|
||||
4
Makefile
4
Makefile
@ -11,6 +11,9 @@
|
||||
.ipl-data/bin/pip-compile: .ipl-data/bin/activate
|
||||
.ipl-data/bin/python -m pip install pip-tools
|
||||
|
||||
requirements.in:
|
||||
echo "tabula-py" > requirements.in
|
||||
|
||||
requirements.txt: requirements.in .ipl-data/bin/pip-compile
|
||||
.ipl-data/bin/pip-compile --output-file=- > requirements.txt
|
||||
|
||||
@ -22,4 +25,5 @@ clean:
|
||||
rm -rf .ipl-data
|
||||
rm -rf __pycache__
|
||||
rm -rf requirements.txt
|
||||
rm -rf requirements.in
|
||||
rm -rf 2023/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user