Skip to content

Commit

Permalink
add pipenv file (#5)
Browse files Browse the repository at this point in the history
* add pipenv file

* fix pipfile, gitignore ide-clean

* remove pipfile.lock

* remove required python version, add 1 line on gitignore
  • Loading branch information
Trafitto authored and treuille committed Oct 14, 2019
1 parent f3e5de0 commit cecd09b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Pipfile
@@ -0,0 +1,10 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]

[packages]
streamlit = ">0.47.4"
opencv-python = "*"

0 comments on commit cecd09b

Please sign in to comment.