Skip to content

Commit

Permalink
Update package deps and blacklist pywin32 v226
Browse files Browse the repository at this point in the history
Version 226 of pywin32 fails to install inside a virtual environment. See mhammond/pywin32#1439.
  • Loading branch information
coldino committed Nov 10, 2019
1 parent 6abe5c9 commit 28c270d
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 30 deletions.
13 changes: 7 additions & 6 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,22 @@ verify_ssl = true
[dev-packages]
yapf = "~=0.28.0"
isort = {extras = ["pipfile"],version = "~=4.3.21"}
rope = "*"
pytest = "*"
rope = "~=0.14"
pytest = "~=5.0.1"
pytest-cov = "*"
pytest-mock = "*"
pylint = "*"
pylint = "~=2.4.3"
mypy = "!=0.740"
jupyter = "*"
deepdiff = "*"
pygments = "*"
jupyter = "~=1.0"
deepdiff = "~=4.0.9"
pygments = "~=2.4"

[packages]
requests = "~=2.22.0"
pydantic = "~=0.30.1"
pyyaml = "~=5.1.1"
psutil = "~=5.6.3"
pywin32 = "!=226"

[requires]
python_version = "3.7"
Expand Down
68 changes: 44 additions & 24 deletions Pipfile.lock

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

0 comments on commit 28c270d

Please sign in to comment.