Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -17,7 +17,7 @@ nltk==3.8.1
|
|
| 17 |
scikit-learn==1.4.0
|
| 18 |
opencv-python-headless==4.9.0.80
|
| 19 |
|
| 20 |
-
# Banco de dados (escolha UM
|
| 21 |
SQLAlchemy==2.0.46
|
| 22 |
-
psycopg2-binary==2.9.6 # use SE for PostgreSQL
|
| 23 |
-
|
|
|
|
| 17 |
scikit-learn==1.4.0
|
| 18 |
opencv-python-headless==4.9.0.80
|
| 19 |
|
| 20 |
+
# Banco de dados (escolha UM e remova o outro)
|
| 21 |
SQLAlchemy==2.0.46
|
| 22 |
+
# psycopg2-binary==2.9.6 # use SE for PostgreSQL
|
| 23 |
+
pymysql==1.1.0 # use SE for MySQL/MariaDB (e REMOVA a linha acima)
|