File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,16 +21,16 @@ classifiers = [
2121 " Topic :: System :: Logging" ,
2222]
2323dependencies = [
24- " asyncio~ =3.4.3" ,
25- " lagom~ =2.6.0" ,
26- " pydantic~ =2.9.2" ,
27- " fastapi~ =0.100.0" ,
28- " python-socketio~ =5.12.1" ,
29- " python-socketio[client]~ =5.12.1" ,
30- " uvicorn[standard]~ =0.30.6" ,
31- " uvicorn-worker~ =0.2.0" ,
32- " python-multipart~ =0.0.10" ,
33- " httpx~ =0.27.2" ,
24+ " asyncio> =3.4.3" ,
25+ " lagom> =2.6.0" ,
26+ " pydantic> =2.9.2" ,
27+ " fastapi> =0.100.0" ,
28+ " python-socketio> =5.12.1" ,
29+ " python-socketio[client]> =5.12.1" ,
30+ " uvicorn[standard]> =0.30.6" ,
31+ " uvicorn-worker> =0.2.0" ,
32+ " python-multipart> =0.0.10" ,
33+ " httpx> =0.27.2" ,
3434]
3535
3636[project .urls ]
Original file line number Diff line number Diff line change 1- asyncio ~ =3.4.3
2- django ~ =5.1.1
3- lagom ~ =2.6.0
4- pydantic ~ =2.9.2
5- fastapi ~ =0.100.0
6- python-socketio ~ =5.12.1
7- python-socketio [client ]~ =5.12.1
8- pytest ~ =8.3.3
9- pytest-asyncio ~ =0.24.0
10- pytest-cov ~ =6.0.0
11- uvicorn [standard ]~ =0.30.6
12- uvicorn-worker ~ =0.2.0
13- python-multipart ~ =0.0.10
14- httpx ~ =0.27.2
1+ asyncio > =3.4.3
2+ django > =5.1.1
3+ lagom > =2.6.0
4+ pydantic > =2.9.2
5+ fastapi > =0.100.0
6+ python-socketio > =5.12.1
7+ python-socketio [client ]> =5.12.1
8+ pytest > =8.3.3
9+ pytest-asyncio > =0.24.0
10+ pytest-cov > =6.0.0
11+ uvicorn [standard ]> =0.30.6
12+ uvicorn-worker > =0.2.0
13+ python-multipart > =0.0.10
14+ httpx > =0.27.2
You can’t perform that action at this time.
0 commit comments