🚚 Move cython requirement into requirements.txt (#531)

Co-authored-by: richard <richard@dotmodus>
This commit is contained in:
Richard Larkin 2020-07-23 13:18:52 +02:00 committed by GitHub
parent d128db448b
commit 4567cad31f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 6 deletions

View file

@ -43,12 +43,6 @@ Additionally you would need few system dependencies and configuration.
brew install autoconf automake libtool pkg-config
brew link libtool
- Install Cython (0.29.17):
# pip method if available (sudo might be needed.)
pip3 install Cython==0.29.17
## Using the toolchain
Any Python extensions or C/C++ library must be compiled: you need to have what

View file

@ -3,3 +3,4 @@ Pillow>=6.1.0
requests>=2.13
cookiecutter==1.7.2
sh==1.12.14
Cython==0.29.17