fix python vendor dependendcies

This commit is contained in:
Nick Sweeting 2024-08-26 20:24:25 -07:00
parent d7e333b5cf
commit 44849e1ba2
No known key found for this signature in database
5 changed files with 82 additions and 15 deletions

View file

@ -5,6 +5,8 @@ annotated-types==0.7.0; python_version == "3.10"
anyio==4.4.0; python_version == "3.10"
asgiref==3.8.1; python_version == "3.10"
asttokens==2.4.1; python_version == "3.10"
atomicwrites==1.4.0; python_version == "3.10"
base32-crockford==0.3.0; python_version == "3.10"
brotli==1.1.0; implementation_name == "cpython" and python_version == "3.10"
brotlicffi==1.1.0.0; implementation_name != "cpython" and python_version == "3.10"
certifi==2024.7.4; python_version == "3.10"
@ -26,13 +28,14 @@ django-settings-holder==0.1.2; python_version == "3.10"
django-signal-webhooks==0.3.0; python_version == "3.10"
django-stubs==5.0.4; python_version == "3.10"
django-stubs-ext==5.0.4; python_version == "3.10"
django-taggit==1.3.0; python_version == "3.10"
exceptiongroup==1.2.2; python_version == "3.10"
executing==2.0.1; python_version == "3.10"
feedparser==6.0.11; python_version == "3.10"
h11==0.14.0; python_version == "3.10"
httpcore==1.0.5; python_version == "3.10"
httpx==0.27.0; python_version == "3.10"
idna==3.7; python_version == "3.10"
idna==3.8; python_version == "3.10"
ipython==8.26.0; python_version == "3.10"
jedi==0.19.1; python_version == "3.10"
matplotlib-inline==0.1.7; python_version == "3.10"
@ -40,6 +43,7 @@ mutagen==1.47.0; python_version == "3.10"
mypy-extensions==1.0.0; python_version == "3.10"
parso==0.8.4; python_version == "3.10"
pexpect==4.9.0; (sys_platform != "win32" and sys_platform != "emscripten") and python_version == "3.10"
pocket @ git+https://github.com/tapanpandita/pocket.git@5a144438cc89bfc0ec94db960718ccf1f76468c1 ; python_version == "3.10"
prompt-toolkit==3.0.47; python_version == "3.10"
ptyprocess==0.7.0; (sys_platform != "win32" and sys_platform != "emscripten") and python_version == "3.10"
pure-eval==0.2.3; python_version == "3.10"
@ -49,6 +53,7 @@ pycparser==2.22; platform_python_implementation != "PyPy" and python_version ==
pycryptodomex==3.20.0; python_version == "3.10"
pydantic==2.8.2; python_version == "3.10"
pydantic-core==2.20.1; python_version == "3.10"
pydantic-pkgr==0.1.4; python_version == "3.10"
pygments==2.18.0; python_version == "3.10"
python-crontab==3.2.0; python_version == "3.10"
python-dateutil==2.9.0.post0; python_version == "3.10"