diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2018-04-22 16:16:23 -0400 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2018-05-26 11:53:13 -0400 |
| commit | 7f5ab538efc690b8a252e4ad99db5d60db79f3f0 (patch) | |
| tree | 12140014171af401f474c94e538586b2361718b6 | |
| parent | 5f779210db3548a3498537e2bc42e0d1f2e5a81c (diff) | |
| download | cryptography-alex-patch-4.tar.gz | |
no longer neededalex-patch-4
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index f0625aa41..eafc760eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,5 +3,5 @@ requires = [ "setuptools", "wheel", - "cffi>=1.7,!=1.11.3; platform_python_implementation != 'PyPy'", + "cffi>=1.7,!=1.11.3", ] |
