Update requirements and package dirs

This commit is contained in:
Salad Dais
2025-05-19 23:05:34 +00:00
parent 2d3b3daf10
commit a974f167d1
3 changed files with 64 additions and 58 deletions

View File

@@ -47,7 +47,7 @@ dependencies = [
]
[tool.setuptools.packages.find]
where = ["hippolyzer"]
where = ["."]
include = ["hippolyzer*"]
namespaces = false

View File

@@ -1,77 +1,81 @@
aiohttp==3.9.2
aioquic==0.9.25
aiosignal==1.3.1
aiohappyeyeballs==2.6.1
aiohttp==3.11.18
aioquic==1.2.0
aiosignal==1.3.2
appdirs==1.4.4
argon2-cffi==23.1.0
argon2-cffi-bindings==21.2.0
Arpeggio==2.0.2
asgiref==3.7.2
attrs==23.2.0
blinker==1.7.0
asgiref==3.8.1
attrs==25.3.0
blinker==1.9.0
Brotli==1.1.0
certifi==2023.11.17
cffi==1.16.0
click==8.1.7
cryptography==41.0.7
dataclasses-json==0.6.3
certifi==2025.4.26
cffi==1.17.1
click==8.2.0
cryptography==44.0.3
dataclasses-json==0.6.7
defusedxml==0.7.1
Flask==2.3.3
frozenlist==1.4.1
Flask==3.1.0
frozenlist==1.6.0
gltflib==1.0.13
Glymur==0.9.6
h11==0.14.0
h2==4.1.0
hpack==4.0.0
hyperframe==6.0.1
hpack==4.1.0
hyperframe==6.1.0
idna==2.10
itsdangerous==2.1.2
jedi==0.19.1
Jinja2==3.1.3
itsdangerous==2.2.0
jedi==0.19.2
Jinja2==3.1.6
kaitaistruct==0.10
lazy-object-proxy==1.10.0
lazy-object-proxy==1.11.0
ldap3==2.9.1
llsd==1.0.0
lxml==5.1.0
MarkupSafe==2.1.3
marshmallow==3.20.1
mitmproxy==10.2.1
mitmproxy_rs==0.5.1
msgpack==1.0.7
multidict==6.0.4
mypy-extensions==1.0.0
numpy==1.26.3
outleap==0.6.1
packaging==23.2
parso==0.8.3
lxml==5.4.0
MarkupSafe==3.0.2
marshmallow==3.26.1
mitmproxy==11.1.3
mitmproxy_linux==0.11.5
mitmproxy_rs==0.11.5
msgpack==1.1.0
multidict==6.4.4
mypy_extensions==1.1.0
numpy==1.26.4
outleap==0.7.1
packaging==25.0
parso==0.8.4
passlib==1.7.4
prompt-toolkit==3.0.43
protobuf==4.25.1
ptpython==3.0.25
prompt_toolkit==3.0.51
propcache==0.3.1
ptpython==3.0.30
publicsuffix2==2.20191221
pyasn1==0.5.1
pyasn1-modules==0.3.0
pycollada==0.8
pycparser==2.21
Pygments==2.17.2
pylsqpack==0.3.18
pyOpenSSL==23.3.0
pyparsing==3.1.1
pyperclip==1.8.2
PySide6-Essentials==6.6.1
python-dateutil==2.8.2
pyasn1==0.6.1
pyasn1_modules==0.4.2
pycollada==0.9
pycparser==2.22
Pygments==2.19.1
pylsqpack==0.3.22
pyOpenSSL==25.0.0
pyparsing==3.2.1
pyperclip==1.9.0
PySide6_Essentials==6.9.0
python-dateutil==2.9.0.post0
qasync==0.27.1
recordclass==0.23.1
ruamel.yaml==0.18.5
ruamel.yaml.clib==0.2.8
service-identity==23.1.0
shiboken6==6.6.1
six==1.16.0
ruamel.yaml==0.18.10
service-identity==24.2.0
setuptools==80.7.1
shiboken6==6.9.0
six==1.17.0
sortedcontainers==2.4.0
tornado==6.4
transformations==2024.6.1
tornado==6.4.2
transformations==2025.1.1
typing-inspect==0.9.0
typing_extensions==4.9.0
urwid-mitmproxy==2.1.2.1
typing_extensions==4.13.2
urwid==2.6.16
wcwidth==0.2.13
Werkzeug==2.3.8
Werkzeug==3.1.3
wsproto==1.2.0
yarl==1.9.4
zstandard==0.22.0
yarl==1.20.0
zstandard==0.23.0

View File

@@ -15,3 +15,5 @@ ignore = F405, F403, E501, F841, E722, W503, E741, E731
test =
pytest
aioresponses
pytest-cov
flake8