File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 4747Topic :: Software Development :: Testing
4848""" .strip ().splitlines ()
4949
50+ with open (join (ROOT_DIR , 'requirements.txt' )) as f :
51+ REQUIREMENTS = f .read ().splitlines ()
52+
5053# This solution is found at http://stackoverflow.com/a/26490820/5889853
5154from setuptools .command .install import install
5255import os
@@ -72,6 +75,7 @@ def run(self):
72757376 url = 'https://github.com/robotframework/RIDE/' ,
7477 download_url = 'https://pypi.python.org/pypi/robotframework-ride' ,
78+ install_requires = REQUIREMENTS ,
7579 package_dir = {'' : SOURCE_DIR },
7680 packages = find_packages (SOURCE_DIR ),
7781 package_data = package_data ,
Original file line number Diff line number Diff line change 1414# limitations under the License.
1515#
1616# Automatically generated by `tasks.py`.
17- VERSION = '1.7.3'
17+ VERSION = '1.7.3.1 '
You can’t perform that action at this time.
0 commit comments