commit | 0f2b7bd2bfbe7338d4f7253c194f29f2f228d6d0 | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Wed Apr 22 10:50:02 2015 +0530 |
committer | Rushabh Mehta <rmehta@gmail.com> | Wed Apr 22 10:50:02 2015 +0530 |
tree | f1b4ab559a85af02b018bfa97906f4da5b7974cc | |
parent | 3c77b332aef8e14f0b2a7dee8bde2bf7a4d96b3b [diff] |
Update setup.py
diff --git a/setup.py b/setup.py index 8011b75..8ac87b9 100644 --- a/setup.py +++ b/setup.py
@@ -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()