File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -97,4 +97,9 @@ src/data/*.db
9797# Test artifacts
9898.coverage
9999.pytest_cache /
100- test-results /
100+ test-results /
101+
102+ # Python Cache
103+ src /__pycache__ /
104+ src /utils /__pycache__ /
105+
Original file line number Diff line number Diff line change 77Werkzeug >= 3.0.3
88aiohttp_socks
99nodriver
10- pysqlite3
1110python-multipart
1211uvicorn
13- fastapi
12+ fastapi
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ curl_cffi>=0.5.0
1212auth >= 0.5.0
1313
1414# Database
15- pysqlite3 >= 0.4.0
15+ # pysqlite3>=0.4.0
1616
1717# File handling
1818python-multipart >= 0.0.5
@@ -26,4 +26,4 @@ fastapi>=0.95.0
2626
2727# Development and testing (optional)
2828pytest >= 7.0.0
29- pytest-asyncio >= 0.21.0
29+ pytest-asyncio >= 0.21.0
You can’t perform that action at this time.
0 commit comments