Move requests_toolbelt to real dependencies

This commit is contained in:
Markus Unterwaditzer 2014-05-17 23:57:05 +02:00
parent 95bf046d66
commit dce438d758
2 changed files with 3 additions and 3 deletions

View file

@ -16,8 +16,7 @@ install_build_tests() {
coverage \
pytest \
pytest-xprocess \
git+https://github.com/geier/leif \
git+https://github.com/sigmavirus24/requests-toolbelt
git+https://github.com/geier/leif
_davserver $DAV_SERVER
if [ "$TRAVIS" = "true" ]; then
export CFLAGS=-O0 # speed up builds of packages which don't have wheels

View file

@ -30,7 +30,8 @@ setup(
'argvard>=0.3.0',
'requests',
'lxml',
'icalendar>=3.6'
'icalendar>=3.6',
'requests_toolbelt>=0.3.0'
],
extras_require={'keyring': ['keyring']}
)