aiopg
Browse files- App/modelInit.py +1 -1
- requirements.txt +1 -1
App/modelInit.py
CHANGED
@@ -2,7 +2,7 @@ import databases
|
|
2 |
import orm, asyncio
|
3 |
import os
|
4 |
|
5 |
-
dbLink = 'postgresql+
|
6 |
|
7 |
|
8 |
database = databases.Database(dbLink)
|
|
|
2 |
import orm, asyncio
|
3 |
import os
|
4 |
|
5 |
+
dbLink = 'postgresql+aiopg://postgres.vfhoydxvxuesxhrcdnmx:[email protected]:5432/postgres'
|
6 |
|
7 |
|
8 |
database = databases.Database(dbLink)
|
requirements.txt
CHANGED
@@ -27,7 +27,7 @@ telethon
|
|
27 |
fastapi-jwt-auth
|
28 |
bcrypt
|
29 |
aiomysql
|
30 |
-
|
31 |
sentence_transformers
|
32 |
google-generativeai
|
33 |
openai
|
|
|
27 |
fastapi-jwt-auth
|
28 |
bcrypt
|
29 |
aiomysql
|
30 |
+
aiopg
|
31 |
sentence_transformers
|
32 |
google-generativeai
|
33 |
openai
|