Skip to content

Commit

Permalink
Merge branch 'main' into add-log-based-metric-for-send-message-from-f…
Browse files Browse the repository at this point in the history
…rontstage

Merge main into branch
  • Loading branch information
SteveScorfield committed Feb 21, 2024
2 parents 937064a + e5d8b8a commit c00fe53
Show file tree
Hide file tree
Showing 2 changed files with 219 additions and 206 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ url = "https://pypi.python.org/simple"
python_version = "3.11"

[packages]
Flask = "*"
Flask-RESTful = "*"
Flask-SQLAlchemy = "*"
Flask-Cors = "*"
marshmallow = "*"
psycopg2-binary = "*"
Expand All @@ -24,6 +22,8 @@ PyJWT = "*"
requestsdefaulter = "*"
numpy = "*"
google-cloud-pubsub = "*"
flask-sqlalchemy = "*"
flask = "*"

[dev-packages]
black = "*"
Expand Down
Loading

0 comments on commit c00fe53

Please sign in to comment.