moriire commited on
Commit
1d81a2c
1 Parent(s): 52a427c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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