Pipfile 230 B

1234567891011121314151617
  1. [[source]]
  2. name = "pypi"
  3. url = "https://pypi.org/simple"
  4. verify_ssl = true
  5. [dev-packages]
  6. pytest = "*"
  7. numpy = "*"
  8. pandas = "*"
  9. pathfinding = {path = "."}
  10. [packages]
  11. pathfinding = {path = "."}
  12. [requires]
  13. python_version = "3.7"