mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
* 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
7 lines
189 B
TOML
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'",
|
|
]
|