Skip to content

Commit

Permalink
Added pipfiles for dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
aekanshd committed Oct 15, 2018
1 parent 76033f4 commit 462aa37
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions installation/Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[dev-packages]

[packages]

[requires]
python_version = "3.6"
11 changes: 11 additions & 0 deletions raw/Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[dev-packages]

[packages]

[requires]
python_version = "3.6"

0 comments on commit 462aa37

Please sign in to comment.