Update setup.py

This commit is contained in:
Rushabh Mehta 2015-04-22 10:50:02 +05:30
parent 3c77b332ae
commit 0f2b7bd2bf

View File

@ -1,10 +1,6 @@
from setuptools import setup, find_packages
<<<<<<< HEAD
version = "5.0.0-beta"
=======
version = "4.25.1"
>>>>>>> 3b8682f534f12bd72e52685d1286a2cc72713857
with open("requirements.txt", "r") as f:
install_requires = f.readlines()