Skip to content

Commit

Permalink
requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
EvaMart committed Dec 20, 2023
1 parent 6b314a5 commit 3a2399f
Show file tree
Hide file tree
Showing 4 changed files with 384 additions and 332 deletions.
1 change: 0 additions & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ WORKDIR /app

COPY requirements.txt ./


RUN python3 -m pip install -r requirements.txt

# Copy the files
Expand Down
1 change: 0 additions & 1 deletion api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ verify_ssl = true
[dev-packages]

[packages]
flask = "*"
pandas = "*"
flask-cors = "*"
flask-socketio = "*"
Expand Down
Loading

0 comments on commit 3a2399f

Please sign in to comment.