Skip to content

Commit

Permalink
move to python3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstauffer committed Jul 28, 2019
1 parent 3222519 commit 11031af
Show file tree
Hide file tree
Showing 2 changed files with 161 additions and 199 deletions.
5 changes: 2 additions & 3 deletions backend/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ whoosh = "*"
marshmallow-sqlalchemy = "*"
blinker = "*"
sqlalchemy-utils = "*"
"psycopg2" = "*"
"psycopg2-binary" = "*"
marshmallow-enum = "*"
defusedxml = "*"
requests = "*"
Expand All @@ -25,8 +23,9 @@ deepdiff = "*"
sqlalchemy-searchable = "*"
flask-caching = "*"
redis = "*"
psycopg2-binary = "*"

[dev-packages]

[requires]
python_version = "3.6"
python_version = "3.7"
Loading

0 comments on commit 11031af

Please sign in to comment.