Pipfile: Add the local package as a dev-dependency.
parent
a0cac9e2b0
commit
2fa765ef37
1
Pipfile
1
Pipfile
|
@ -6,6 +6,7 @@ verify_ssl = true
|
||||||
[dev-packages]
|
[dev-packages]
|
||||||
maturin = ">=0.7.7"
|
maturin = ">=0.7.7"
|
||||||
pytest = ">=4.0"
|
pytest = ">=4.0"
|
||||||
|
e1839a8 = {path = "."}
|
||||||
|
|
||||||
[requires]
|
[requires]
|
||||||
python_version = "3.8"
|
python_version = "3.8"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"_meta": {
|
"_meta": {
|
||||||
"hash": {
|
"hash": {
|
||||||
"sha256": "7438584c31033535a2b8484203f99360422c2bb8fdb4ce021ff4fc1cadaf55a3"
|
"sha256": "1c94e878490fee6005d6f867575b7724b9129e90d5f766d8344985bb9b3a4e07"
|
||||||
},
|
},
|
||||||
"pipfile-spec": 6,
|
"pipfile-spec": 6,
|
||||||
"requires": {
|
"requires": {
|
||||||
|
@ -24,6 +24,9 @@
|
||||||
],
|
],
|
||||||
"version": "==19.3.0"
|
"version": "==19.3.0"
|
||||||
},
|
},
|
||||||
|
"e1839a8": {
|
||||||
|
"path": "."
|
||||||
|
},
|
||||||
"maturin": {
|
"maturin": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:2533c648aa8fa19f7a9d4f62282b4adce2f9c07c49f512005f92911be767555e",
|
"sha256:2533c648aa8fa19f7a9d4f62282b4adce2f9c07c49f512005f92911be767555e",
|
||||||
|
|
Loading…
Reference in New Issue