update requirements
This commit is contained in:
parent
2f2bea441f
commit
19202f9656
|
|
@ -1,17 +0,0 @@
|
||||||
{
|
|
||||||
"name": "school-checkin",
|
|
||||||
"lockfileVersion": 3,
|
|
||||||
"requires": true,
|
|
||||||
"packages": {
|
|
||||||
"": {
|
|
||||||
"dependencies": {
|
|
||||||
"database": "^0.0.2"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/database": {
|
|
||||||
"version": "0.0.2",
|
|
||||||
"resolved": "https://registry.npmjs.org/database/-/database-0.0.2.tgz",
|
|
||||||
"integrity": "sha512-lrqvU32firrb2TBjn4Iv9V1Mh90rqUtyyLAvdSqdGP2w7IrNy+oI5IqGNowHq8o+/WVnQtKNfNIpLYd6uWZLHw=="
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
{
|
|
||||||
"dependencies": {
|
|
||||||
"database": "^0.0.2"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -0,0 +1,12 @@
|
||||||
|
fastapi
|
||||||
|
uvicorn
|
||||||
|
sqlalchemy
|
||||||
|
face_recognition
|
||||||
|
numpy
|
||||||
|
opencv-python
|
||||||
|
requests
|
||||||
|
|
||||||
|
# pip install -r requirements.txt
|
||||||
|
# sudo apt-get install cmake or brew install cmake
|
||||||
|
# pip install dlib
|
||||||
|
# pip install setuptools
|
||||||
Loading…
Reference in New Issue