Skip to content

Commit

Permalink
fix: only install cffi for CPython
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgm committed Jun 23, 2020
1 parent 757cce9 commit 6f5d2e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ alembic==1.0.9
asn1crypto==0.24.0
boto==2.49.0
certifi==2019.3.9
cffi==1.13.2
cffi==1.13.2 ; platform_python_implementation == "CPython"
chardet==3.0.4
configparser==3.7.4
cornice==3.5.1
Expand Down

0 comments on commit 6f5d2e7

Please sign in to comment.