Skip to content

Commit

Permalink
Update deps, remove psutil
Browse files Browse the repository at this point in the history
  • Loading branch information
oldani committed May 10, 2020
1 parent dc82965 commit 02ef2cc
Show file tree
Hide file tree
Showing 4 changed files with 469 additions and 312 deletions.
6 changes: 3 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ pyppeteer = "*"
twine = "*"
requests-file = "*"
pytest = "*"
"e1839a8" = {path = ".", editable = true}
e1839a8 = {path = ".",editable = true}
sphinx = "*"
mypy = "*"
pytest-asyncio = "*"
psutil = "*"
white = "*"

[scripts]
tests = "pytest -v -m ok"
tests = "pytest -v -m 'not internet' "

Loading

0 comments on commit 02ef2cc

Please sign in to comment.