mirror of
https://gitea.tendokyu.moe/Dniel97/artemis.git
synced 2026-09-22 22:28:25 +03:00
`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>
26 lines
278 B
Plaintext
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
|