Skip to content

Commit

Permalink
Update pipenv files
Browse files Browse the repository at this point in the history
  • Loading branch information
argaen committed Apr 24, 2018
1 parent c1557a9 commit 8757c8d
Show file tree
Hide file tree
Showing 3 changed files with 135 additions and 337 deletions.
10 changes: 2 additions & 8 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
[[source]]

url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"


[packages]

"-e .[redis,memcached,msgpack]" = "*"

"e1839a8" = {path = ".", extras = ["redis", "memcached", "msgpack"], editable = true}

[dev-packages]

"-e .[dev]" = "*"
"e1839a8" = {path = ".", editable = true}
"e1839a8" = {path = ".", extras = ["dev"], editable = true}
ipdb = "*"
Loading

0 comments on commit 8757c8d

Please sign in to comment.