We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6996f1 commit 7b78f38Copy full SHA for 7b78f38
2 files changed
project/requirements.txt
@@ -1,7 +1,7 @@
1
-asyncpg==0.22.0
2
-fastapi==0.63.0
+asyncpg==0.21.0
+fastapi==0.62.0
3
gunicorn==20.0.4
4
newspaper3k==0.2.8
5
-requests==2.25.1
6
-tortoise-orm==0.16.21
7
-uvicorn==0.13.4
+requests==2.25.0
+tortoise-orm==0.16.18
+uvicorn==0.13.1
project/tests/test_summaries_unit.py
@@ -1,3 +1,6 @@
+# project/tests/test_summaries_unit.py
+
import json
from datetime import datetime
0 commit comments