hack-house/requirements.txt
mirai 5cbe355660 feat: add SRP authentication, improve security
- Replace RSA key exchange with SRP (Secure Remote Password)
- Password never transmitted over network
- Add unit tests for endpoints
- Fix datetime.UTC compatibility for Python < 3.11
- Fix logger.exception usage
- Update README with new auth flow diagram
2026-01-02 23:09:00 +03:00

33 lines
1.2 KiB
Plaintext

aiofiles==25.1.0
annotated-types==0.7.0
certifi==2025.11.12
cffi==2.0.0
charset-normalizer==3.4.4
cryptography==46.0.3
html5tagger==1.3.0
httptools==0.7.1
idna==3.11
markdown-it-py==4.0.0
mdurl==0.1.2
multidict==6.7.0
pycparser==2.23
pydantic==2.12.5
pydantic_core==2.41.5
Pygments==2.19.2
PyYAML==6.0.3
requests==2.32.5
rich==14.2.0
sanic==25.12.0
sanic-ext==24.12.0
sanic-routing==23.12.0
setuptools==80.9.0
six==1.17.0
srp==1.0.22
tracerite==2.3.1
typing-inspection==0.4.2
typing_extensions==4.15.0
urllib3==2.6.2
websockets==15.0.1
pytest>=7.0.0
pytest-asyncio>=0.21.0
sanic-testing==24.6.0