summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Update linting configuration (#1915)Rob Hudson2023-05-171-7/+5
* Add py.typed for PEP561 compliance (#1882)nhairs2023-04-231-0/+1
* Add 3.11 Support (#1780)lowercase002023-01-301-0/+2
* Removes Python 3.5 from the classifiers (#1776)lowercase002023-01-301-1/+0
* Bugfix: Python & RQ Version (#1757)lowercase002023-01-231-1/+1
* Added Python 3.9 to test matrixv1.8.1Selwin Ong2021-05-171-0/+1
* Exclude tests directory from wheel buildsSelwin Ong2020-09-101-1/+1
* setup: Set min Python version to 3.5 (#1291)Paul Spooren2020-07-071-2/+1
* Improve requirements handling (#1287)Paul Spooren2020-06-291-4/+10
* Remove Python 2.7 from setup.pySelwin Ong2020-05-161-2/+0
* Bump version to 1.4.0v1.4.0Selwin Ong2020-05-131-1/+1
* Bump version to 1.2.0Selwin Ong2020-01-211-0/+1
* Remove Python 3.3 support. (#1031)Wolfgang Langner2019-01-191-1/+0
* modify zadd calls for redis-py 3.0 (#1016)Darshan Rai2018-12-031-1/+1
* Replace 'async' keyword with 'is_async' for Queue objects (#977)chevell2018-07-071-0/+1
* Merge latest master.Theo2017-09-081-15/+5
* Fixed #867 Simplified code in setup.pyTheo2017-08-311-13/+15
* Update clicks requirement in setup.pySelwin Ong2017-08-071-1/+1
* Update PyPI classifiers.Selwin Ong2017-07-311-0/+5
* Update setup.py to ensure Python 2.6 dependencies are installed by pip.Selwin Ong2015-06-011-2/+5
* Convert rqworker to 'rq worker' subcommandzhangliyong2014-09-121-1/+1
* Restructure new CLI modules.Vincent Driessen2014-09-061-6/+10
* Fix click dependency versionzhangliyong2014-09-021-1/+1
* Add rq info commandzhangliyong2014-08-191-1/+1
* Add rq command when installingzhangliyong2014-08-151-1/+2
* Redis 2.7.0 is required for lua scripting supportVincent Driessen2014-05-071-1/+1
* Don't rely on external package `first`.Vincent Driessen2014-04-041-1/+1
* Don't expose the envvar values through `rqinfo -h`.Vincent Driessen2014-04-041-1/+1
* Properly declare Python 3 compatibility.Vincent Driessen2014-03-101-0/+2
* Remove dependency on 'times' library (see issue #286).Malthe Borch2013-12-111-1/+1
* Exclude tests package from setup.py.Maxime Rouyrre2013-10-291-1/+1
* fix reading of version in py3Alex Morega2013-08-201-3/+3
* Promote to 'beta' stage.Vincent Driessen2013-01-231-2/+2
* Merge branch 'selwin-remove-logbook'Vincent Driessen2013-01-181-1/+0
|\
| * Remove logbook and replace it with logging.Vincent Driessen2012-09-021-1/+0
* | Use `redis.from_url()` for greater compatibility.Jon Parise2012-10-051-1/+1
* | Add a standard --url argument to all scripts.Jon Parise2012-10-041-1/+1
|/
* Revert "Remove logbook and replace it with logging".Vincent Driessen2012-08-301-0/+1
* Require at least redis-py version 2.4.Vincent Driessen2012-08-291-1/+1
* Remove logbook from the install_requires and other dependency areasDonald Stufft2012-08-211-1/+0
* Remove strict procname dependency.Vincent Driessen2012-06-031-1/+1
* Find all packages.Vincent Driessen2012-05-151-2/+2
* Use console_scripts instead of scripts.Wichert Akkerman2012-05-041-1/+5
* Tag the first public release.0.1.0Vincent Driessen2012-03-281-2/+3
* Make importlib dependency conditional on the Python version.Vincent Driessen2012-03-221-2/+5
* Store pickled function calls as strings.Vincent Driessen2012-03-211-1/+1
* CHECKPOINT: Initial part of the big refactor.Vincent Driessen2012-02-081-1/+1
* Make procname a hard dependency.Vincent Driessen2011-11-281-2/+2
* Fix casing.Vincent Driessen2011-11-281-1/+1
* Update dependencies accordinglyVincent Driessen2011-11-281-1/+10