Dj-stripe: django-polymorphic>=1.4 doesn't exist yet

Created on 13 Aug 2017  路  4Comments  路  Source: dj-stripe/dj-stripe

Shouldn't be 1.3?

https://github.com/dj-stripe/dj-stripe/blob/cf137517b8d26d9a18dc97ba32941ddfdf46f7f7/setup.cfg#L31

Currently throws:

Could not find a version that satisfies the requirement django-polymorphic>=1.4 (from dj-stripe==1.0.0->-r /requirements/base.pip (line 25)) (from versions: 0.2, 0.3.1, 0.4.0, 0.4.2, 0.5, 0.5.1, 0.5.2, 0.5.3, 0.5.4, 0.5.5, 0.5.6, 0.6, 0.6.1, 0.7, 0.7.1, 0.7.2, 0.8, 0.8.1, 0.9, 0.9.1, 0.9.2, 1.0b1, 1.0, 1.0.1, 1.0.2, 1.1b1, 1.1b2, 1.1, 1.2, 1.3)
No matching distribution found for django-polymorphic>=1.4 (from dj-stripe==1.0.0->-r /requirements/base.pip (line 25))
bug

All 4 comments

Yeah that was my bad. Fixed.

Is this fix in the djstripe version 1.0.0 that is up on pypi? If I do pip install dj-stripe==1.0.0 I get the error:

Could not find a version that satisfies the requirement django-polymorphic>=1.4 (from dj-stripe==1.0.0) (from versions: 0.2, 0.3.1, 0.4.0, 0.4.2, 0.5, 0.5.1, 0.5.2, 0.5.3, 0.5.4, 0.5.5, 0.5.6, 0.6, 0.6.1, 0.7, 0.7.1, 0.7.2, 0.8, 0.8.1, 0.9, 0.9.1, 0.9.2, 1.0b1, 1.0, 1.0.1, 1.0.2, 1.1b1, 1.1b2, 1.1, 1.2, 1.3)
No matching distribution found for django-polymorphic>=1.4 (from dj-stripe==1.0.0)

Also, using pip there seems to be a package / versoin called "dj-stripe-1.0.0.post1"..?

dj-stripe-1.0.0.post1 is the one to download

I can't wait until Warehouse comes out. Hiding builds is a PITA

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kavdev picture kavdev  路  3Comments

PabloCastellano picture PabloCastellano  路  3Comments

jcobacho picture jcobacho  路  4Comments

therefromhere picture therefromhere  路  6Comments

jackappleby picture jackappleby  路  5Comments