Files
Ragnar 4eb69d6c76 Starlette version fix + typos (#24)
`on_startup`, used in `core/allnet.py`, was deprecated in Starlette 0.35.0 (Current version 1.3.1). Requirements.txt does not have a Starlette version specified so doing a fresh installation pulls the latest available version, resulting in the following error:

TypeError: Starlette.__init__() got an unexpected keyword argument 'on_startup'

As a temporary fix, added Starlette version 0.34.0 in requirements.txt.

Also corrected some typos.

Reviewed-on: https://gitea.tendokyu.moe/Dniel97/artemis/pulls/24
Co-authored-by: Ragnar <ragnarcade@gmail.com>
Co-committed-by: Ragnar <ragnarcade@gmail.com>
2026-08-02 19:07:48 +00:00

26 lines
278 B
Plaintext

mypy
wheel
pytz
pyyaml
sqlalchemy==1.4.46
aiomysql
pyopenssl
service_identity
PyCryptodome
inflection
coloredlogs
pylibmc; platform_system != "Windows"
wacky
bcrypt
jinja2
protobuf
pillow
pyjwt==2.8.0
websockets
starlette<1.0.0
asyncio
uvicorn
alembic
python-multipart
pydantic