summaryrefslogtreecommitdiff
path: root/pyproject.toml
Commit message (Collapse)AuthorAgeFilesLines
* Removed unnecessary dependencyAlex Grönholm2022-11-061-4/+1
| | | | Greenlet 2.0.0 final has been released.
* Migrated from pytest-freezegun to pytest-freezerAlex Grönholm2022-10-181-1/+1
| | | | The formerly mentioned project is dead.
* Fixed the test suite on PyPyAlex Grönholm2022-09-221-6/+12
|
* Specified a minimum version for typing_extensionsAlex Grönholm2022-09-101-1/+1
|
* Removed setup.cfg entirelyAlex Grönholm2022-09-041-1/+1
| | | | Setuptools v64 supports PEP 660 editable installs.
* Changed the scheduler API to require an explicit start callAlex Grönholm2022-09-041-0/+1
|
* Added async Redis event broker and made the sync one resistant to ↵Alex Grönholm2022-09-031-1/+1
| | | | connectivity failures
* Formatted all code to fit within Black's 88 column limitAlex Grönholm2022-08-171-1/+1
|
* Switched to a better Sphinx themeAlex Grönholm2022-08-161-1/+0
| | | | The RTD theme does not render bullet lists correctly anymore.
* Added sphinx_autodoc_typehints and adjusted Sphinx autodoc optionsAlex Grönholm2022-08-011-1/+2
|
* Updated a number of documentation pagesAlex Grönholm2022-07-311-0/+1
|
* Automatically test on Python 3.11 tooAlex Grönholm2022-07-291-0/+2
|
* Tested SQLAlchemy data store against MySQL, and fixed missing "await"Alex Grönholm2022-07-271-0/+1
|
* Added support for starting the sync scheduler (and worker) without the ↵Alex Grönholm2022-07-191-2/+2
| | | | context manager
* Migrated project metadata from setup.cfg to pyproject.tomlAlex Grönholm2022-07-191-3/+60
|
* Nixed the pre-commit tox environmentAlex Grönholm2022-04-201-9/+2
| | | | You can just run "pre-commit run -a" instead.
* Switched to Black for code formattingAlex Grönholm2022-04-201-5/+1
|
* Moved tox configuration to pyproject.tomlAlex Grönholm2022-02-151-0/+29
|
* Applied pytest-lazy-fixture to data stores tooAlex Grönholm2021-09-111-0/+3
|
* Added mypy configurationAlex Grönholm2021-08-291-0/+4
| | | | Using Python 3.10 syntax annotations enables us to further modernize the code base.
* Switched to pyproject-flake8Alex Grönholm2021-08-291-0/+3
|
* Updated packaging/testing configurationAlex Grönholm2020-09-201-2/+26
|
* Added PEP 517 supportAlex Grönholm2019-09-231-1/+6
|
* Modernized the packaging configurationAlex Grönholm2019-07-191-0/+2