Skip to content

pinned version for dependencies #104

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 8, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
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