This website requires JavaScript.
Explore
Help
Sign In
luxolus
/
pyo3
Watch
2
Star
0
Fork
You've already forked pyo3
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7c25153363
pyo3
/
examples
/
decorator
/
requirements-dev.txt
4 lines
44 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Organize examples + add __call__ example (#2043) * Add decorator example crate and split off chapter * Move not-examples to their own folder * Add some readme's * Make black happy * Make clippy happy * Add decorator example crate and split off chapter * Fix ci * Add empty workspace key * Try fix ci * fix ci * reuse target dir for examples CI * add pytests folder to makefile recipes * fix ci, try 2 * add missing pyproject.toml * remove TOX_TESTENV_PASSENV from Makefile Co-authored-by: David Hewitt <1939362+davidhewitt@users.noreply.github.com>
2021-12-15 00:45:26 +00:00
pytest>=3.5.0
pip>=21.3
add maturin to requirements-dev files
2022-01-17 08:19:54 +00:00
maturin>=0.12,<0.13