Skip to content

Commit

Permalink
Move hypothesis to normal dependencies, update Pipfile.lock (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpitkanen committed Mar 30, 2022
1 parent 936abc7 commit e8fca19
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 78 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ PyQt5 = "==5.14.2"
Shapely = "*"
wheel = "*"
rx = "*"
hypothesis = "*"

[dev-packages]
pypiwin32 = {sys_platform = "== 'win32'"}
pywin32 = {sys_platform = "== 'win32'"}
hypothesis = "*"

[requires]
python_version = "3.6"
152 changes: 75 additions & 77 deletions Pipfile.lock

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

0 comments on commit e8fca19

Please sign in to comment.