cryptography/pyproject.toml
Paul Kehrer 3c68250ad9 allow bytes-like for key/iv/data for symmetric encryption (#4621)
* allow bytearrays for key/iv for symmetric encryption

* bump pypy/cffi requirements

* update docs, fix some tests

* old openssl is naught but pain

* revert a typo

* use trusty for old pypy

* better error msg again

* restore match
2018-12-09 23:13:31 -05:00

7 lines
189 B
TOML

[build-system]
# Must be kept in sync with `setup_requirements` in `setup.py`
requires = [
"setuptools>=18.5",
"wheel",
"cffi>=1.8,!=1.11.3; python_implementation != 'PyPy'",
]