Skip to content

Conversation

@rambo
Copy link

@rambo rambo commented Jun 17, 2016

Instead of binding exact versions (which are not py3 compatible) specify them as minimum versions so later (py3 compatible) ones can be installed.

@knaperek
Copy link
Collaborator

We actually have some unresolved issues with pysaml2 compatibility, so I prefer sticking with the exact version which is currently considered the best.

"""We actually have some unresolved issues with pysaml2 compatibility,
so I prefer sticking with the exact version which is currently
considered the best.""" --Jozef
install_requires=[
'pysaml2==4.0.5',
'python-memcached==1.48',
'python-memcached>=1.48',
Copy link
Collaborator

Choose a reason for hiding this comment

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

I'd actually prefer to limit it to versions less than 2 at the same time. Also, could you please check that it really works with all newer versions released so far? Thanks.

@inducer
Copy link
Contributor

inducer commented Aug 1, 2016

python-memcached is currently unmaintained:

linsomniac/python-memcached#95

Perhaps pylibmc might be an option?

@knaperek
Copy link
Collaborator

Closing this since it turned out we don't need this dependency after all (see PR #20).

@knaperek knaperek closed this Aug 28, 2016
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

Successfully merging this pull request may close these issues.

3 participants