Remove requirements.txt and add uv.lock to ignored files.
We can choose to check in uv.lock later if we want. Signed-off-by: Will Beason <willbeason@gmail.com>
This commit is contained in:
parent
5a10f59dc4
commit
ab280dd765
6
.gitignore
vendored
6
.gitignore
vendored
@ -4,9 +4,13 @@
|
|||||||
*.xml.xz
|
*.xml.xz
|
||||||
*.swp
|
*.swp
|
||||||
|
|
||||||
|
# Lockfiles
|
||||||
|
uv.lock
|
||||||
|
|
||||||
# JetBrains
|
# JetBrains
|
||||||
/.idea
|
/.idea
|
||||||
|
|
||||||
# Python build and test output
|
# Python build and test output
|
||||||
__pycache__/
|
__pycache__/
|
||||||
test_output/
|
/test/test_output/
|
||||||
|
/test/test_output.parquet/
|
||||||
|
@ -1,39 +0,0 @@
|
|||||||
attrs==25.3.0
|
|
||||||
certifi==2025.4.26
|
|
||||||
charset-normalizer==3.4.2
|
|
||||||
Cython==0.29.37
|
|
||||||
deltas==0.7.0
|
|
||||||
docopt==0.6.2
|
|
||||||
gnureadline==8.1.2
|
|
||||||
idna==3.10
|
|
||||||
jsonable==0.3.1
|
|
||||||
jsonschema==4.23.0
|
|
||||||
jsonschema-specifications==2025.4.1
|
|
||||||
mediawiki-utilities==0.4.18
|
|
||||||
mwcli==0.0.3
|
|
||||||
mwdiffs==0.0.2
|
|
||||||
mwpersistence==0.2.4
|
|
||||||
mwreverts==0.1.5
|
|
||||||
mwtypes==0.4.0
|
|
||||||
mwxml==0.3.6
|
|
||||||
pandas==2.2.3
|
|
||||||
para==0.0.8
|
|
||||||
parsimonious==0.10.0
|
|
||||||
pyarrow==20.0.0
|
|
||||||
pydub==0.25.1
|
|
||||||
PyMySQL==1.1.1
|
|
||||||
python-dateutil==2.9.0.post0
|
|
||||||
pytz==2025.2
|
|
||||||
PyYAML==5.4.1
|
|
||||||
referencing==0.36.2
|
|
||||||
regex==2024.11.6
|
|
||||||
requests==2.32.3
|
|
||||||
rpds-py==0.25.1
|
|
||||||
setuptools==80.8.0
|
|
||||||
six==1.17.0
|
|
||||||
stopit==1.1.2
|
|
||||||
typing_extensions==4.13.2
|
|
||||||
tzdata==2025.2
|
|
||||||
urllib3==2.4.0
|
|
||||||
wheel==0.45.1
|
|
||||||
yamlconf==0.2.6
|
|
Loading…
Reference in New Issue
Block a user