Skip to content

Commit

Permalink
Merge pull request #25 from ashishjayamohan/pipenv
Browse files Browse the repository at this point in the history
Add Pipfile for dependencies
  • Loading branch information
ashishjayamohan committed Sep 22, 2020
2 parents 728e805 + 9fe71d6 commit bad71b7
Show file tree
Hide file tree
Showing 2 changed files with 283 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
pytest = "*"
pytest-mocha = "*"

[packages]
matplotlib = "*"

[requires]
python_version = "3.8"
269 changes: 269 additions & 0 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bad71b7

Please sign in to comment.