And depend on poetry 2.2. This allows one to use uv instead of poetry if wanted. Add .venv to flake8 ignore since that's the uv default. Also update deps while at it, and specify a license.
19 lines
1.4 KiB
Plaintext
19 lines
1.4 KiB
Plaintext
attrs==25.3.0 ; python_version >= "3.12" and python_version < "4.0"
|
|
cattrs==25.2.0 ; python_version >= "3.12" and python_version < "4.0"
|
|
certifi==2025.8.3 ; python_version >= "3.12" and python_version < "4.0"
|
|
cffi==2.0.0 ; python_version >= "3.12" and python_version < "4.0" and platform_python_implementation != "PyPy"
|
|
charset-normalizer==3.4.3 ; python_version >= "3.12" and python_version < "4.0"
|
|
cryptography==45.0.7 ; python_version >= "3.12" and python_version < "4.0"
|
|
idna==3.10 ; python_version >= "3.12" and python_version < "4.0"
|
|
platformdirs==4.4.0 ; python_version >= "3.12" and python_version < "4.0"
|
|
pycparser==2.23 ; python_version >= "3.12" and python_version < "4.0" and platform_python_implementation != "PyPy" and implementation_name != "PyPy"
|
|
pygithub==2.8.1 ; python_version >= "3.12" and python_version < "4.0"
|
|
pyjwt==2.10.1 ; python_version >= "3.12" and python_version < "4.0"
|
|
pynacl==1.6.0 ; python_version >= "3.12" and python_version < "4.0"
|
|
requests-cache==1.2.1 ; python_version >= "3.12" and python_version < "4.0"
|
|
requests==2.32.5 ; python_version >= "3.12" and python_version < "4.0"
|
|
tabulate==0.9.0 ; python_version >= "3.12" and python_version < "4.0"
|
|
typing-extensions==4.15.0 ; python_version >= "3.12" and python_version < "4.0"
|
|
url-normalize==2.2.1 ; python_version >= "3.12" and python_version < "4.0"
|
|
urllib3==2.5.0 ; python_version >= "3.12" and python_version < "4.0"
|