Skip to content

Commit

Permalink
adds pipfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bastibe committed Oct 16, 2018
1 parent 8d5e8a7 commit 1a73288
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
cffi = "*"
numpy = "*"

[dev-packages]

[requires]
python_version = "3.6"

0 comments on commit 1a73288

Please sign in to comment.