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
de9aae1e82
pyo3
/
examples
/
word-count
/
requirements-dev.txt
5 lines
72 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fix installing in 'venv' and datetime tests on Windows (#472) * Add failing test * Complete formatting * Fix commands execution * Fix commands execution for Linux * Extract virtual environment creation/removing into separate functions * Complete error messages * Complete examples building * Use 'venv' independent path * Call script by dotted path instead of 'source' call * Add Travis CI script * Rename variable: 'exec_prefix' -> 'base_prefix' * Add AppVeyor script * Remove Rust test * Complete shell script mode * Complete path to powershell script * Use 'pushd'/'popd' instead of 'cd' * Complete powershell script * Complete shell script * Fix setup * Use 'tox-venv' plugin for 'venv' stdlib module support * Remove additional 'venv' testing * Use global environment instead of calling 'set' * Use 'tox' for AppVeyor, extract commands into 'setup' & 'test' scripts * Add updating of 'pip' & 'setuptools' * Add moving in/back from examples directories * Complete 'pip'/'setuptools' updating * Complete requirements * Complete 'word-count' example configuration * Simplify 'setup' script * Complete 'rustapi_module' example tests * Revert formatting * Complete examples configuration * Remove redundant annotations * Add entry in changelog
2019-05-12 13:20:17 +00:00
pip>=19.1
Add tox config for word-count
2018-10-09 16:21:52 +00:00
pytest>=3.5.0
setuptools-rust>=0.10.2
pytest-benchmark>=3.1.1