add maturin to requirements-dev files
This commit is contained in:
parent
081c8082cb
commit
ea6a44a58f
|
@ -1,2 +1,3 @@
|
||||||
pytest>=3.5.0
|
pytest>=3.5.0
|
||||||
pip>=21.3
|
pip>=21.3
|
||||||
|
maturin>=0.12,<0.13
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
pytest>=3.5.0
|
pytest>=3.5.0
|
||||||
pip>=21.3
|
pip>=21.3
|
||||||
|
maturin>=0.12,<0.13
|
||||||
|
|
|
@ -2,3 +2,4 @@ hypothesis>=3.55
|
||||||
pytest>=3.5.0
|
pytest>=3.5.0
|
||||||
psutil>=5.6
|
psutil>=5.6
|
||||||
pip>=21.3
|
pip>=21.3
|
||||||
|
maturin>=0.12,<0.13
|
||||||
|
|
Loading…
Reference in a new issue