aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Fix audio and submission tests under Guix.Ben Sturmfels2021-03-301-1/+1
* Add "feedgenerator" requirement to setup.py.Ben Sturmfels2021-03-291-0/+1
* Convert atom feeds to use feedgenerator library.Ben Sturmfels2021-03-161-1/+1
* Pin sqlalchemy to a known good version.Charlotte Koch2021-03-061-1/+1
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-051-3/+1
* Remove six library.Ben Sturmfels2021-03-051-1/+0
* Reinstate audio spectrograms on Python 3 [#5610].Fernando Gutierrez2021-03-031-0/+2
* Drop Python 2 installation support.Ben Sturmfels2021-03-031-88/+2
* Pin wtforms due to removal of ext module.Ben Sturmfels2021-03-031-1/+2
* docs: Tweak the release notes and deployment docs following testing.Ben Sturmfels2020-05-041-0/+1
* Allow Python 2 minor version upgrades [#5595].Ben Sturmfels2020-04-301-77/+77
* Forcibly pin all Python 2 dependencies [#5595].Ben Sturmfels2020-04-301-11/+77
* Fix Python 2 package dependencies and sub-dependencies [#5595].Ben Sturmfels2020-04-301-2/+7
* Fix dependencies and tests for clean Python 2 & 3 test runs under Docker.Ben Sturmfels2020-04-281-2/+5
* Fix "KeyError: 'No such transport: sqlite. Did you mean sqla?'" in tests.Ben Sturmfels2020-04-141-1/+2
* Require jinja2<3.0.0 due to use of f-strings.Ben Sturmfels2020-04-101-1/+3
* Pin werkzeug < 1.0.0.Ben Sturmfels2020-04-011-1/+1
* require higher version of six due to installation problemsBoris Bobrov2018-08-131-1/+1
* Revert "cap sqlalchemy"Boris Bobrov2018-06-081-1/+1
* cap sqlalchemyBoris Bobrov2018-04-301-1/+1
* move exifread to other dependenciesBoris Bobrov2017-06-101-3/+1
* Remove upper cap on celery kombuBoris Bobrov2017-06-101-2/+1
* Modify setup.py version syntax to address #5464Andrew Browning2016-08-261-2/+2
* Cap kombu and celeryBoris Bobrov2016-07-251-2/+2
* Remove old hack to support pre-0.7.5 Alembic versionsChristopher Allan Webber2016-03-021-1/+1
* Remove version caps on sqlalchemy and alembic.Christopher Allan Webber2016-03-021-2/+2
* Oh, we don't need Paste, but we do need PasteScript!Christopher Allan Webber2016-02-201-0/+1
* Removing python 2.6 junk: argparse and a 2.6 classifierChristopher Allan Webber2016-02-191-2/+0
* Switch from Paste for serving to WaitressChristopher Allan Webber2016-02-191-4/+1
* Cleanup setup.pyBoris Bobrov2016-02-181-8/+0
* Removed deprecated comment about wsgi environ being borkedChristopher Allan Webber2016-02-171-2/+0
* Upgrade sqlalchemy and sa-migrateBoris Bobrov2016-02-111-2/+2
* Uncap PasteBoris Bobrov2016-01-071-1/+1
* Switch to webtest >= 2.0.18Christopher Allan Webber2015-11-051-1/+1
* trac#665: Upgrade to WebTest 2.0.18 and fix broken test `test_csrf_cookie_set`.Ben Sturmfels2015-11-051-1/+1
* Pin mock 1.0.1 in Python 2 for now.Berker Peksag2015-07-221-1/+1
* Paste 2.0 breaking wsgiChristopher Allan Webber2015-04-241-1/+3
* setup.py: Updated version requirement for 'requests'. Fixes 5313.Jim Campbell2015-04-191-1/+1
* Remove the very strange "pybabel" entry point I added in 2011Christopher Allan Webber2015-04-031-1/+0
* Seems we can get rid of that specific six version dependency!Christopher Allan Webber2015-02-211-3/+1
* Clean up makefile, make `make docs` / `make info` actually work!Christopher Allan Webber2015-02-171-0/+1
* 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