> Versionized reusable apps are definitely a desirable feature! But I > don't like the idea of just using different entrypoints for each > Django release or other dependency. The setuptools _do_ have native > support for complex dependencies [1] via the "install_requires" > keyword. If Django would be distributed by using setuptools (to make > Django detectable by the setuptools), you could declare the dependency > in the setup.py file of the Django app: > > install_requires = ['Django>=0.96',] >
Nice idea, but most (afaik) people are tracking the django-svn tree, so we might need another way to check the version requirements? Or is there another way to make django detectable by setuptools, although it is a svn checkout? Best, Florian --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---