diff options
| author | morefigs <morefigs@gmail.com> | 2019-04-27 13:04:52 +1000 |
|---|---|---|
| committer | morefigs <morefigs@gmail.com> | 2019-04-27 13:04:52 +1000 |
| commit | 3af7954d5a5a0005ce84dcafaead61d84978003c (patch) | |
| tree | 66e694334f59615a5e72f20db0b204dd4061bab7 | |
| parent | fe82a39e04d1e541a5b44f5550cb43c59014d3da (diff) | |
| download | pymba-master.tar.gz pymba-master.zip | |
| -rw-r--r-- | Pipfile | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -0,0 +1,10 @@ +[[source]] +name = "pypi" +url = "https://pypi.org/simple" +verify_ssl = true + +[packages] +numpy = "*" + +[dev-packages] +opencv-python = "*" |
