Skip to content

Commit

Permalink
Fix borked version of PyWin32
Browse files Browse the repository at this point in the history
  • Loading branch information
Jess Robertson committed Nov 13, 2019
1 parent 1e5a30a commit de2c185
Show file tree
Hide file tree
Showing 2 changed files with 160 additions and 95 deletions.
5 changes: 2 additions & 3 deletions Pipfile
Expand Up @@ -16,14 +16,13 @@ factory-boy = "*"
flask = "*"
flask-rest-jsonapi = "*"
flask-sqlalchemy = "*"
flask-bcrypt = "*"
ecdsa = ">=0.13.3"
python-dotenv = "*"
flask-migrate = "*"
healthcheck = "*"
authlib = "*"
pendulum = "*"
pywin32 = {version = "!= 226", sys_platform = "== 'win32'"} # work around broken pywin version 226
psycopg2-binary = {version = "*", sys_platform = "!= 'win32'"} # include for Postgres connectivity

[requires]
python_version = "3.8"
python_version = "3.6"

0 comments on commit de2c185

Please sign in to comment.