updates requirements

gh-pages
Moisés Guimarães 2016-04-29 21:57:41 -03:00
parent 765a8f8aff
commit 0ea89208db
2 changed files with 3 additions and 4 deletions

View File

@ -1,4 +1,3 @@
pytest>=2.9.1
cffi>=1.5.2
cffi>=1.6.0
tox>=2.3.1
sphinx_rtd_theme>=0.1.9

View File

@ -24,7 +24,7 @@ setup(
"License :: GPLv2 License :: Commercial License",
],
packages=find_packages(),
setup_requires=["cffi>=1.5.2"],
install_requires=["cffi>=1.5.2"],
setup_requires=["cffi>=1.6.0"],
install_requires=["cffi>=1.6.0"],
cffi_modules=["./wolfcrypt/build_ffi.py:ffi"]
)