Skip to content
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

Please remove version pins in setup.py #2

Closed
wichert opened this issue Apr 10, 2014 · 1 comment
Closed

Please remove version pins in setup.py #2

wichert opened this issue Apr 10, 2014 · 1 comment

Comments

@wichert
Copy link

wichert commented Apr 10, 2014

Similar to mailgun/flanker#20 the exact version pins in dnsq make it impossible to use current versions of its dependencies, leading to errors like this:

Getting distribution for 'expiringdict==1.1.2'.
warning: manifest_maker: MANIFEST.in, line 1: 'recursive-include' expects <dir> <pattern1> <pattern2> ...

Got expiringdict 1.1.2.
While:
  Installing test.
Error: There is a version conflict.
We already have: expiringdict 1.1.2
but dnsq 1.1.2 requires 'expiringdict==1.1'.
@russjones
Copy link
Contributor

Fixed in v1.1.3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants