aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Add and use paste server selector. Yeah! Smart solutions!Christopher Allan Webber2014-10-101-0/+3
* That's right, *append* to the list, don't call it :PChristopher Allan Webber2014-10-101-1/+1
* Only install gunicorn on py2Christopher Allan Webber2014-10-101-9/+12
* Install ExifRead from GitHub on Python 3.Berker Peksag2014-10-021-1/+9
* Merge branch 'merge-python3-port'Christopher Allan Webber2014-09-221-60/+76
|\
| * Merge branch 'master' into merge-python3-portChristopher Allan Webber2014-09-161-6/+10
| |\
| * | Upgrading gunicorn. Referenced issue is resolved.Christopher Allan Webber2014-09-151-3/+1
| * | py2.7 compatibility with open(..., encoding="utf-8"), use io.openChristopher Allan Webber2014-09-121-0/+1
| * | Explicitly open READMEFILE as utf-8Christopher Allan Webber2014-09-121-1/+1
| * | Add initial Alembic migrations.Berker Peksag2014-08-131-0/+1
| * | Update TODOs in setup.py.Berker Peksag2014-08-071-2/+4
| * | Update dependency list.Berker Peksag2014-07-281-10/+8
| * | Remove paste.server dependency from tests.Berker Peksag2014-07-181-0/+1
| * | Update install_requires.Berker Peksag2014-05-081-1/+2
| * | Make GNU MediaGoblin installable on Python 3.Berker Peksag2014-05-081-57/+72
* | | download url removedChristopher Allan Webber2014-09-191-1/+0
| |/ |/|
* | Slight tweak to the description wordingChristopher Allan Webber2014-09-071-1/+1
* | Update setup.pyLow Kian Seong2014-09-071-0/+1
* | Allow crypto.random_string to take optional alphabet paramJessica Tallon2014-07-081-1/+1
* | Added pyld to the mediagoblin dependencies because it is necessary with the newtilly-Q2014-05-291-0/+1
* | Merge branch 'metadata' of gitorious.org:mediagoblin/npigeons-mediagoblin int...tilly-Q2014-04-211-0/+1
|\ \
| * | Added the 'requests' library as a dependency and switched over to using it totilly-Q2014-04-151-0/+1
| * | Big update. I added in a json-ld context file which will be used in all ourtilly-Q2014-03-231-0/+1
* | | Big update. I added in a json-ld context file which will be used in all ourtilly-Q2014-04-211-0/+2
| |/ |/|
* | specify older sqlalchemy-migrate because pbr ruins everything.Christopher Allan Webber2014-04-031-1/+4
* | Removing extlib submodule and switching it to being a package.Christopher Allan Webber2014-03-271-0/+1
* | Okay, nm, that didn't fix it. Setting it back. Sigh.Christopher Allan Webber2014-03-261-1/+4
* | I guess this also fixes it and is nicerChristopher Allan Webber2014-03-261-4/+1
* | six==1.5.2Christopher Allan Webber2014-03-261-1/+4
* | Babel now requires >= 1.0Christopher Allan Webber2014-03-261-1/+1
|/
* Fix Babel version restriction. Onward and upward!Christopher Allan Webber2014-03-221-1/+1
* Fix version conflicts we were hitting with sixChristopher Allan Webber2014-03-201-1/+1
* added new slugify with unidecodeBoris Bobrov2014-03-111-0/+1
* fixed my mistaken use of => from last commit >__<tilly-Q2014-02-131-1/+1
* Changed setup.py install_requirements to require sqlalchemy at least of versiontilly-Q2014-02-131-1/+1
* Okay that broke the build process(?), testing if this fixes itChristopher Allan Webber2014-01-231-4/+5
* Once we can, that is.Christopher Allan Webber2014-01-231-3/+3
* Setting a specific pbr version in setup.pyChristopher Allan Webber2014-01-231-0/+5
* sqlalchemy-migrate 0.8.X doesn't get along with sqlalchemy 0.9.0Christopher Allan Webber2014-01-011-1/+1
* Previous ordering seemed weird.Christopher Allan Webber2013-12-021-1/+1
* Including python-dateutil in our dependency listChristopher Allan Webber2013-12-021-0/+1
* In the case of setuptools/sqlalchemy conflict, explain the issueAsheesh Laroia2013-12-021-2/+16
* Apparently kombu is fine againChristopher Allan Webber2013-11-101-1/+1
* Apparently we need a version of Kombu less than 3.0 for now.Christopher Allan Webber2013-11-031-1/+1
* We're presently tied to a very specific version of oauthlib...Christopher Allan Webber2013-08-301-1/+1
* Explicitly require a newer celeryChristopher Allan Webber2013-08-291-1/+1
* Remove specific celery version requirementSebastian Spaeth2013-08-191-2/+2
* Removing PyPump as we aren't using it yet and there's a dependency conflict ;|Christopher Allan Webber2013-08-151-1/+0
* Merge remote-tracking branch 'refs/remotes/tsyesika/master'Christopher Allan Webber2013-08-151-0/+2
|\
| * Adds oauth support up until authorizationxray72242013-07-111-0/+2