Skip to content

Commit

Permalink
chore: update requirements.txt & add setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tvytlx committed Nov 3, 2018
1 parent 2281aad commit 6759bf9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
@@ -1,2 +1,3 @@
numpy
pillow
Pillow
Cython
4 changes: 4 additions & 0 deletions setup.py
@@ -0,0 +1,4 @@
from distutils.core import setup
from Cython.Build import cythonize

setup(ext_modules=cythonize("render/speedup.pyx"))

0 comments on commit 6759bf9

Please sign in to comment.