search for: install_requires

Displaying 3 results from an estimated 3 matches for "install_requires".

2020 Jul 10
2
[LNT] Build bot problems due to Python dependencies
...cs it appears that on Python 3.5 and newer, one should should never attempt to install the "typing" module, as the functionality has been integrated into the core. (The sandbox on the build bot system uses Python 3.8.) And in fact, if I manually remove the "typing" entry in the install_requires section of lnt/setup.py, the installation (and subsequent test suite run) goes through. How is this supposed to work? Could this be some sort of environment issue on my machine? Mit freundlichen Gruessen / Best Regards Ulrich Weigand -- Dr. Ulrich Weigand | Phone: +49-7031/16-3727 Distin...
2010 Feb 11
1
[PATCH] Provides a reference implementation management server.
...mportError: + from ez_setup import use_setuptools + use_setuptools() + from setuptools import setup, find_packages + +setup( + name='server', + version='0.1', + description='', + author='', + author_email='', + #url='', + install_requires=[ + "TurboGears2 >= 2.0b7", + "Catwalk >= 2.0.2", + "Babel >=0.9.4", + #can be removed iif use_toscawidgets = False + "toscawidgets >= 0.9.7.1", + "zope.sqlalchemy >= 0.4 ", + "rep...
2010 Feb 17
0
[PATCH] Provides the new node lifecycle events.
...mportError: - from ez_setup import use_setuptools - use_setuptools() - from setuptools import setup, find_packages - -setup( - name='server', - version='0.1', - description='', - author='', - author_email='', - #url='', - install_requires=[ - "TurboGears2 >= 2.0b7", - "Catwalk >= 2.0.2", - "Babel >=0.9.4", - #can be removed iif use_toscawidgets = False - "toscawidgets >= 0.9.7.1", - "zope.sqlalchemy >= 0.4 ", - "rep...