Skip to content

Commit

Permalink
chore(Python/NodeJS deps): Updated all dependencys to right files
Browse files Browse the repository at this point in the history
I did not see a reason to use psycopg2 binary version, so it's not
longer in binary format.
  • Loading branch information
samip5 authored and DangerOnTheRanger committed May 3, 2020
1 parent 3ecb148 commit 187319c
Show file tree
Hide file tree
Showing 5 changed files with 258 additions and 228 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Expand Up @@ -11,7 +11,7 @@ Pillow = "*"
SQLAlchemy = "*"
Flask-RESTful = "*"
boto3 = "*"
"psycopg2-binary" = "*"
psycopg2-binary = "*"
flask-migrate = "*"
requests = "*"
bleach = "*"
Expand Down

0 comments on commit 187319c

Please sign in to comment.