Remove version cap for deform
see also commit 95dd8d83dc
where i first
added the version cap; it mentions an error that i am not sure how to
reproduce. so we'll see if there really is still an error..or if it
has since fixed itself
This commit is contained in:
parent
efe477d0db
commit
6a7c06d26e
|
@ -39,15 +39,12 @@ classifiers =
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
install_requires =
|
install_requires =
|
||||||
|
|
||||||
# TODO: remove once their bug is fixed? idk what this is about yet...
|
|
||||||
deform<2.0.15
|
|
||||||
|
|
||||||
asgiref
|
asgiref
|
||||||
colander
|
colander
|
||||||
ColanderAlchemy
|
ColanderAlchemy
|
||||||
cornice
|
cornice
|
||||||
cornice-swagger
|
cornice-swagger
|
||||||
|
deform
|
||||||
humanize
|
humanize
|
||||||
Mako
|
Mako
|
||||||
markdown
|
markdown
|
||||||
|
|
Loading…
Reference in a new issue