Skip to content

Commit

Permalink
try switch back to Pipfile
Browse files Browse the repository at this point in the history
this might be a way to install the "server" extra
  • Loading branch information
ltalirz committed Jan 8, 2020
1 parent 682d71e commit cf51b72
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
12 changes: 12 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]

[packages]
optimade = {editable = true,path = ".", extras=['server']}

[requires]
python_version = "3.7"
1 change: 0 additions & 1 deletion runtime.txt

This file was deleted.

0 comments on commit cf51b72

Please sign in to comment.