Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
fastapi[all]
|
2 |
SQLAlchemy
|
3 |
llama-cpp-python
|
|
|
|
|
4 |
mysqlclient==1.3.12
|
5 |
tensorflow
|
6 |
transformers
|
|
|
1 |
fastapi[all]
|
2 |
SQLAlchemy
|
3 |
llama-cpp-python
|
4 |
+
import _mysql
|
5 |
+
pymysql
|
6 |
mysqlclient==1.3.12
|
7 |
tensorflow
|
8 |
transformers
|