Skip to content

Commit

Permalink
put back the Pipfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeZ committed Jul 2, 2018
1 parent b2c0a4f commit 48b7d53
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 0 deletions.
8 changes: 8 additions & 0 deletions components/lie_echo/Pipfile
@@ -0,0 +1,8 @@
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"

[packages]
mdstudio = {path = "../../mdstudio/", editable = true}
local = {path = "./", editable = true}
8 changes: 8 additions & 0 deletions core/auth/Pipfile
@@ -0,0 +1,8 @@
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"

[packages]
mdstudio = {path = "../../mdstudio/", editable = true}
local = {path = "./", editable = true}
8 changes: 8 additions & 0 deletions core/cache/Pipfile
@@ -0,0 +1,8 @@
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"

[packages]
mdstudio = {path = "../../mdstudio/", editable = true}
local = {path = "./", editable = true}
8 changes: 8 additions & 0 deletions core/db/Pipfile
@@ -0,0 +1,8 @@
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"

[packages]
mdstudio = {path = "../../mdstudio/", editable = true}
local = {path = "./", editable = true}
8 changes: 8 additions & 0 deletions core/logger/Pipfile
@@ -0,0 +1,8 @@
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"

[packages]
mdstudio = {path = "../../mdstudio/", editable = true}
local = {path = "./", editable = true}
8 changes: 8 additions & 0 deletions core/schema/Pipfile
@@ -0,0 +1,8 @@
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"

[packages]
mdstudio = {path = "../../mdstudio/", editable = true}
local = {path = "./", editable = true}

0 comments on commit 48b7d53

Please sign in to comment.