Raybilhelp commited on
Commit
62f6f89
·
verified ·
1 Parent(s): c342693

Rename package.json to requirements.txt

Browse files
Files changed (2) hide show
  1. package.json +0 -13
  2. requirements.txt +4 -0
package.json DELETED
@@ -1,13 +0,0 @@
1
- {
2
- "name": "firebase-profile-api",
3
- "version": "1.0.0",
4
- "type": "module",
5
- "main": "app.js",
6
- "scripts": {
7
- "start": "node app.js"
8
- },
9
- "dependencies": {
10
- "express": "^4.19.2",
11
- "firebase-admin": "^12.1.0"
12
- }
13
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
requirements.txt ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ fastapi
2
+ uvicorn
3
+ httpx
4
+ python-multipart