Port443 commited on
Commit
a12548f
·
verified ·
1 Parent(s): b295e9e

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +22 -0
requirements.txt ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Main dependencies
2
+ uvicorn
3
+ fastapi
4
+ aiohttp
5
+ asyncio
6
+ loguru
7
+ databases
8
+ pydantic-settings
9
+ bencode-py
10
+ httpx
11
+ curl-cffi
12
+ orjson
13
+ asyncpg
14
+ aiosqlite
15
+ jinja2
16
+ rank-torrent-name
17
+ parsett
18
+
19
+ # Development dependencies
20
+ isort
21
+ pyright
22
+ pytest