add pytest to Pipfile and Pipfile.lock

This commit is contained in:
Xevion
2020-04-20 22:46:56 -05:00
parent 1a96b55e12
commit b1795d3dac
2 changed files with 90 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ verify_ssl = true
arcade = "*"
networkx = "*"
pathfinding = "*"
pytest = "*"
[requires]
python_version = "3.7"