Commit Graph

26 Commits

Author SHA1 Message Date
Benjamin Dauvergne c273208b07 setup.py: allow running with Django >= 1.8 2016-06-09 16:37:30 +02:00
Serghei Mihai d1eb6536b7 setup.py: require django-jsonfield lower than 1.0.0 (#11180) 2016-06-03 12:48:29 +02:00
Frédéric Péters 15a9f0c61a misc: declare more dependencies in setup.py (#9844) 2016-05-02 15:09:06 +02:00
Serghei Mihai 9ba00c7024 embed jsonresponse into the package (#10283) 2016-04-13 18:02:42 +02:00
Benjamin Dauvergne fa5491ec40 setup.py: use sdist from setuptools 2016-03-10 14:03:38 +01:00
Frédéric Péters 30c08aae53 misc: build and install locale files 2015-09-05 18:54:16 +02:00
Frédéric Péters 778bb3d72c misc: force Django 1.7 for now
Running with 1.8 yields "ImproperlyConfigured: Creating a ModelForm without
either the 'fields' attribute or the 'exclude' attribute is prohibited; form
ApiUserForm needs updating.".
2015-04-03 22:30:50 +02:00
Benjamin Dauvergne 5f5d74d630 remove passerelle.__version__ (fixes #6868)
Version is computed using `git describe` or reading a file named VERSION
at the root of the project (for tarballs). The fallback is 0.
2015-04-01 10:53:06 +02:00
Thomas NOËL cee3a3cd8c use django 1.7 (#6719) 2015-03-12 17:20:23 +01:00
Thomas NOËL b776e3b6f7 requirements: works with South 1.0 2014-10-23 20:39:38 +02:00
Thomas NOËL 1ba9d419f1 setup.py: add requests in install_requires 2014-10-02 23:30:03 +02:00
Thomas NOËL a2c0a0ac88 passerelle_manage.py -> manage.py 2014-10-02 10:08:49 +02:00
Frédéric Péters 7a61843cc4 mention new jsonfield dependency 2014-09-16 19:59:26 +02:00
Benjamin Dauvergne bc4791de4c Add correct dependency on jsonresponse 0.10 (fixes #5376) 2014-09-04 16:15:56 +02:00
Benjamin Dauvergne 8faaa9f61b Add gadjo to dependencies (fixes #5368) 2014-09-02 11:14:16 +02:00
Jérôme Schneider c40e956c43 setup.py: fix getèversion to support new tags 2014-05-20 10:49:36 +02:00
Jérôme Schneider 3b5aa541c5 setup.py sdist: store version into the archive 2013-08-13 17:49:54 +02:00
Thomas NOËL f42346df81 south 0.8.x in setup.py and requirements.txt 2013-06-18 11:07:13 +02:00
Thomas NOËL 855649ed2d passerelle_manage.py installed by setup.py 2013-05-16 10:45:15 +02:00
Thomas NOËL a9b2dd743e setup.py: version number build from git describe 2013-05-15 15:52:05 +02:00
Thomas NOËL f74d98269b use named urls in settings.py (fix #2870)
need Django >= 1.5
2013-05-15 10:33:26 +02:00
Jérôme Schneider 07326b7e4e setup.py: use MANIFEST.in to add data files 2013-04-26 11:58:49 +02:00
Jérôme Schneider d225ccc882 setup.py: add data files 2013-04-26 11:24:56 +02:00
Frédéric Péters 5e718d3379 datasources: start a csv data source 2013-02-11 15:04:07 +01:00
Frédéric Péters 5e65ba8758 build: add django-jsonresponse requirement 2013-02-11 11:28:50 +01:00
Frédéric Péters dee85f1156 infra: setup.py 2013-02-11 11:06:47 +01:00