Skip to content

Commit

Permalink
Merge pull request #678 from djfurman/master
Browse files Browse the repository at this point in the history
Add pipenv support for mesa
  • Loading branch information
jackiekazil committed May 7, 2019
2 parents 5e6e72c + 98c08cd commit c9b0b20
Show file tree
Hide file tree
Showing 2 changed files with 388 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-cov = "*"

[packages]
mesa = "*"

[requires]
python_version = "3.7"
374 changes: 374 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 c9b0b20

Please sign in to comment.