chore: Update .gitignore and requirements.txt

This commit is contained in:
2024-08-11 07:39:09 -04:00
parent a22bbe0ca3
commit b754ee112c
3 changed files with 4 additions and 3 deletions
+1
View File
@@ -3,3 +3,4 @@ build
dist
uvenv_cli.egg-info
.vscode
__pycache__
+2 -2
View File
@@ -34,6 +34,8 @@ nh3==0.2.18
# via readme-renderer
pkginfo==1.10.0
# via twine
pluggy==1.5.0
# via uvenv-cli
pygments==2.18.0
# via
# readme-renderer
@@ -52,8 +54,6 @@ rich==13.7.1
# via twine
setuptools==72.1.0
# via -r requirements.in
shellingham==1.5.4
# via uvenv-cli
twine==5.1.1
# via -r requirements.in
urllib3==2.2.2
+1 -1
View File
@@ -25,7 +25,7 @@ REQUIRED = [
"docopt",
# "delegator",
"uv",
"shellingham"
"pluggy",
# 'requests', 'maya', 'records',
]