Skip to content

Commit

Permalink
added requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
26samaahmed committed Dec 11, 2024
1 parent 9ee0863 commit 9ea5407
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
clientID="🩷"
clientSecret="💜"
GOOGLE_API_KEY="💛"

SPOTIFY_CLIENT_ID="💚"
SPOTIFY_CLIENT_SECRET="❤️"
SPOTIFY_CLIENT_SECRET="🧡"
8 changes: 8 additions & 0 deletions backend/api/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Flask==3.1.0
Flask_Cors==5.0.0
google_api_python_client==2.154.0
google_auth_oauthlib==1.2.1
protobuf==5.29.1
python-dotenv==1.0.1
Requests==2.32.3
spotipy==2.24.0
2 changes: 1 addition & 1 deletion frontend/.svelte-kit/generated/server/internal.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9ea5407

Please sign in to comment.