Skip to content

Commit

Permalink
add pipenv files
Browse files Browse the repository at this point in the history
  • Loading branch information
bastinc committed Jan 9, 2018
1 parent 5df1341 commit af3af19
Show file tree
Hide file tree
Showing 2 changed files with 181 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]]
url = "https://pypi.python.org/simple"
name = "pypi"
verify_ssl = true

[dev-packages]

[requires]
python_version = "3.5"

[packages]

pyserial = "*"
pandas = "*"
ntplib = "*"
influxdb = "*"
165 changes: 165 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 af3af19

Please sign in to comment.