Skip to content

Commit 173f1d1

Browse files
committed
add pipenv files
1 parent b5324fc commit 173f1d1

2 files changed

Lines changed: 164 additions & 0 deletions

File tree

Pipfile

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[[source]]
2+
name = "pypi"
3+
url = "https://pypi.org/simple"
4+
verify_ssl = true
5+
6+
[dev-packages]
7+
pytest = "*"
8+
numpy = "*"
9+
pandas = "*"
10+
pathfinding = {path = "."}
11+
12+
[packages]
13+
pathfinding = {path = "."}
14+
15+
[requires]
16+
python_version = "3.7"

Pipfile.lock

Lines changed: 148 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)