Skip to content

Commit

Permalink
pipfile
Browse files Browse the repository at this point in the history
  • Loading branch information
asaygom committed Aug 1, 2023
1 parent 07fee14 commit a5495e0
Show file tree
Hide file tree
Showing 3 changed files with 124 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/src/migrations
3 changes: 3 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ flask = "*"
flask-sqlalchemy = "*"
flask-migrate = "*"
flask-cors = "*"
psycopg2-binary = "*"
flask-jwt-extended = "*"
flask-bcrypt = "*"

[dev-packages]

Expand Down
121 changes: 120 additions & 1 deletion Pipfile.lock

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

0 comments on commit a5495e0

Please sign in to comment.