Skip to content
This repository was archived by the owner on Dec 27, 2018. It is now read-only.

I found the requirements.txt to be too lax #19

Merged
merged 2 commits into from
Feb 13, 2017
Merged

I found the requirements.txt to be too lax #19

merged 2 commits into from
Feb 13, 2017

Conversation

EricCrosson
Copy link
Contributor

I was unable to execute

from PythonConfluenceAPI import ConfluenceAPI

until this dependency was resolved.

Happy Hacking,
esc

I was unable to execute

```python
from PythonConfluenceAPI import ConfluenceAPI
```

until this dependency was resolved. 

Happy Hacking,
esc
@@ -6,3 +6,4 @@ future>=0.15.2
futures>=3.0.3,<4
requests[security]>=2.3.0,<3
requests-futures>=0.9.5,<1
future>=0.15.2,<1

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably should specify the range on line 5 instead of duplicating the requirement.

@burkestar
Copy link

burkestar commented Feb 12, 2017

Also, to cleanly pip install this package into a new virtualenv, the future package needs to be added to install_requires here: https://github.com/pushrodtechnology/PythonConfluenceAPI/blob/master/setup.py#L23

@rpcope1 rpcope1 merged commit b5a491b into rpcope1:master Feb 13, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants