Skip to content

Commit

Permalink
configure pipenv
Browse files Browse the repository at this point in the history
  • Loading branch information
meichthys committed Nov 5, 2018
1 parent 57f6a56 commit 57a66ec
Show file tree
Hide file tree
Showing 2 changed files with 92 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]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
pipenv = "*"
pyserial = "*"
esptool = "*"

[dev-packages]

[requires]
python_version = "3.7"
78 changes: 78 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 57a66ec

Please sign in to comment.