Commit Graph

28 Commits (c698b0798ba0ce202b3ba34771d5222fbffbfdc7)

Author SHA1 Message Date
David Barragán Merino c698b0798b Upgrade requirements.txt 2017-06-23 10:22:17 +02:00
Jesús Espino c90460f283 Updated requirements.txt and requirements-devel.txt 2017-03-02 16:01:28 +01:00
Alejandro Alonso 3d5b98d2a9 Fixing testing requirements 2017-01-04 11:57:23 +01:00
David Barragán Merino 1d3691469c Update some requirements 2016-12-16 14:06:27 +01:00
David Barragán Merino 32d2d0a07c Upgrade requirements annd change json to jsonb 2016-11-02 16:40:54 +01:00
David Barragán Merino 7b7548b47d Update django to 1.9 and the rest of requirements 2016-02-11 19:35:29 +01:00
David Barragán Merino 7141339a43 Update requirements 2015-12-20 19:22:14 +02:00
David Barragán Merino c720f2252f Update requirements 2015-10-24 18:22:14 +02:00
David Barragán Merino a7a6bd3a1c Migrate to django 1.8 and make taiga compatible with python 3.5 2015-10-13 11:27:14 +02:00
Alejandro Alonso 289995f7b8 Updating for new transifex release 2015-04-21 11:07:26 +02:00
David Barragán Merino 027e15475d Add manage_translations script 2015-04-09 15:24:43 +02:00
David Barragán Merino 466a17c1c0 Update requirements-devel.txt 2015-03-26 12:05:55 +01:00
Jesús Espino 7a4864da5e Incremented taiga-contrig-github-auth requirement 2015-02-17 13:07:21 +01:00
David Barragán Merino 589490d7a5 Update django to 1.7.4 and update dev requirements 2015-02-16 19:24:10 +01:00
Jesús Espino c517a8519c Allow auth plugins 2015-02-11 09:36:56 +01:00
Andrey Antukh 3eb63bdfe6 Remove django-testclient-extensions from requirements. 2014-09-16 10:48:42 +02:00
Andrey Antukh e89a53df80 Update development dependencies. 2014-09-16 10:48:42 +02:00
Jesús Espino 3babc6d5eb Adding django-slowdown requirement on devel 2014-08-29 15:48:15 +02:00
Anler Hp 5cd3a717d4 Upgrading django testclient extensions library 2014-07-31 10:43:22 +02:00
Anler Hp 42aa1af225 Updating django-testclient-extensions dependency
Remember to upgrade it!

         pip install -r requirements-devel.txt --upgrade
2014-07-24 14:37:42 +02:00
Anler Hp 95e636b856 Task #406 - Create members in bulk
Example:

        POST /memberships/bulk-create

        [{"project_id": <project id>,
          "role_id": <role id>,
          "email": <member email>}, ...]
2014-07-24 13:06:50 +02:00
David Barragán Merino 28c408ce17 Update dev requirements 2014-06-05 10:36:22 +02:00
Anler Hp b56dfe7cf5 Star/Unstar projects 2014-05-27 14:40:56 +02:00
David Barragán Merino d507b63f44 Fix requirements 2014-05-22 19:57:30 +02:00
David Barragán Merino eb29332bb4 Change travis configuration to use the new tests system 2014-05-22 18:51:34 +02:00
Anler Hp 9f6a7da01d Fixing typo in requirements-devel.txt 2014-05-13 15:56:50 +02:00
ikame 4391099864 Configure PYTHONPATH when running py.test 2014-04-30 09:06:15 +02:00
ikame d22cbb6538 New tests skeleton and examples using pytest
Instructions (from the project root):
1. pip install -r requirements-devel.txt
2. py.test
2014-04-29 14:02:46 +02:00