diff --git a/.travis.yml b/.travis.yml index 1ee7951..b9da601 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,12 +31,12 @@ before_install: install: # install all of the dependencies we need here - - pip install nose + - pip install nose==1.* - pip install pyxb==1.2.5 # can't change the pyxb version without changing the version in setup.py # and regenerating the bindings in apicontractsv1.py - - pip install lxml - - pip install requests + - pip install lxml==4.* + - pip install requests==2.* - if [[ "$TEST_SUITE" == "coverage" ]]; then pip install coveralls; fi before_script: diff --git a/setup.py b/setup.py index 2071242..fbd3986 100644 --- a/setup.py +++ b/setup.py @@ -63,13 +63,13 @@ # your project is installed. For an analysis of "install_requires" vs pip's # requirements files see: # https://packaging.python.org/en/latest/requirements.html - install_requires=['pyxb==1.2.5', 'lxml', 'requests'], + install_requires=['pyxb==1.2.5', 'lxml==4.*', 'requests==2.*'], #install_requires=['nose'], #install_requires=['nosetests'], #install_requires=['mock'], #install_requires=['lxml'], - tests_require = ['nose', 'mock'], + tests_require = ['nose==1.*', 'mock==2.*'], # List additional groups of dependencies here (e.g. development # dependencies). You can install these using the following syntax, # for example: pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy