Browse Source

add tencent nlp tools to requirements

highing666 4 years ago
parent
commit
3f34f506c3

+ 0 - 0
app/api/routers/nlp.py


+ 0 - 0
app/api/routers/positioning.py


+ 0 - 0
app/controllers/location/__init__.py


+ 0 - 0
app/controllers/location/ble/__init__.py


+ 0 - 0
app/controllers/location/ble/space.py


+ 0 - 0
app/controllers/nlp/__init__.py


+ 0 - 0
app/controllers/nlp/meeting.py


+ 0 - 0
app/models/domain/location.py


+ 0 - 0
app/models/domain/nlp.py


+ 1 - 0
requirements.txt

@@ -49,6 +49,7 @@ six==1.15.0
 sniffio==1.2.0
 SQLAlchemy==1.3.22
 starlette==0.13.6
+tencentcloud-sdk-python==3.0.325
 ujson==4.0.1
 urllib3==1.26.2
 uvicorn==0.13.3