add Pipfile
This commit is contained in:
parent
146cd71281
commit
bdedba8d11
16
Pipfile
Normal file
16
Pipfile
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
[[source]]
|
||||||
|
url = "https://pypi.org/simple"
|
||||||
|
name = "pypi"
|
||||||
|
verify_ssl = true
|
||||||
|
|
||||||
|
[dev-packages]
|
||||||
|
atomicwrites = "*"
|
||||||
|
pytest = "*"
|
||||||
|
pytest-forked = "*"
|
||||||
|
pytest-raises = "*"
|
||||||
|
|
||||||
|
[packages]
|
||||||
|
|
||||||
|
[dev-packages.phantomjs]
|
||||||
|
editable = true
|
||||||
|
path = "."
|
Loading…
Reference in New Issue
Block a user