remove deprecated and duplicate data requirements.txt

You can install deps with:

pip install /path/to/gam/folder/with/pyproject.toml/file/in/it
This commit is contained in:
Jay Lee
2025-07-21 20:49:24 +00:00
parent 332d6c0761
commit 1bed2383ff
2 changed files with 0 additions and 15 deletions

View File

@@ -7,7 +7,6 @@ authors = [
{ name="Jay Lee", email="jay0lee@gmail.com" },
{ name="Ross Scroggs", email="Ross.Scroggs@gmail.com" },
]
# The following deps and optional deps should be edited to match requirements.txt
# notice that yubikey-manager remains optional further down since it is less command and adds
#significant compile dependencies.
dependencies = [

View File

@@ -1,14 +0,0 @@
chardet>=5.2.0
cryptography>=44.0.2
distro; sys_platform=='linux'
filelock>=3.18.0
google-api-python-client>=2.167.0
google-auth-httplib2>=0.2.0
google-auth-oauthlib>=1.2.2
google-auth>=2.39.0
httplib2>=0.22.0
lxml>=5.4.0
passlib>=1.7.4
pathvalidate>=3.2.3
python-dateutil
yubikey-manager>=5.6.1