Skip to content

Commit

Permalink
Added a Pipefile for pipenv
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallmcdonnell committed Apr 5, 2019
1 parent eed1f65 commit 96fd1c2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]

[packages]
matplotlib = "==2.2.3"
mock = "==2.0.0"
numpy = "==1.15.4"
pytest = "==4.2.1"
periodictable = "==1.5.0"
psutil = "*"
six = "==1.11.0"
QtPy = "==1.6.0"

0 comments on commit 96fd1c2

Please sign in to comment.