Skip to content

Conversation

matiskay
Copy link

There's not need to include request module inside the project. It's better to add it to the list of dependencies in setup.py.

    install_requires=[
        'requests',
    ],

We also need to update the package in pypi.

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 4b03c22 on matiskay:remove-packages-dir into * on maxtepkeev:master*.

@maxtepkeev maxtepkeev self-assigned this Apr 19, 2016
@maxtepkeev
Copy link
Owner

It was like that until 1.5.0, starting from 1.5.0 it is bundled for a reason, see #109 and this.

@maxtepkeev maxtepkeev closed this Apr 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants