summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Expand)AuthorAgeFilesLines
* Migrated project metadata from setup.cfg to pyproject.tomlAlex Grönholm2022-07-191-64/+1
* Added py.typed to the package directoryAlex Grönholm2022-02-151-0/+3
* Fixed compatibility with pymongo 4Alex Grönholm2022-01-021-2/+2
* Upgraded redis dependencyAlex Grönholm2022-01-021-2/+2
* Upgraded attrs and its importsAlex Grönholm2022-01-021-1/+1
* Added the ability to retry operations to all persistent data storesAlex Grönholm2021-09-261-0/+1
* Implemented a pluggable event broker systemAlex Grönholm2021-09-111-3/+6
* More refactoring workAlex Grönholm2021-09-061-0/+1
* Switched to the src/ layoutAlex Grönholm2021-08-291-0/+5
* Removed the version pin on freezegunAlex Grönholm2021-08-291-1/+1
* Switched to pyproject-flake8Alex Grönholm2021-08-291-3/+0
* Added all necessary testing dependencies under the "test" extraAlex Grönholm2021-08-291-0/+4
* Added a synchronous SQLAlchemy data storeAlex Grönholm2021-08-291-0/+1
* Overhauled the data store and event dispatch systemsAlex Grönholm2021-08-291-5/+3
* Upgraded dependenciesAlex Grönholm2021-08-141-4/+3
* Fixed test setup issues (#493)Alex Grönholm2021-02-261-0/+1
* Implemented data store sharing and proper async supportAlex Grönholm2021-02-241-2/+2
* Added dependency on tzdata for WindowsAlex Grönholm2020-09-281-0/+1
* Added curio and trio to the test dependenciesAlex Grönholm2020-09-281-0/+2
* Dropped the dateutil dependencyAlex Grönholm2020-09-281-1/+0
* Converted triggers to use zoneinfo instead of pytz timezonesAlex Grönholm2020-09-281-0/+1
* Updated dependenciesAlex Grönholm2020-09-271-2/+1
* Updated packaging/testing configurationAlex Grönholm2020-09-201-15/+8
* Fixed name of the python-dateutil dependencyAlex Grönholm2020-07-151-1/+1
* Refactored the triggersAlex Grönholm2020-05-231-32/+7
* Added Python 3.8 supportAlex Grönholm2019-07-291-0/+1
* Added the CalendarIntervalTriggerAlex Grönholm2019-07-191-0/+1
* Updated skipif markers to work with newer versions of pytestAlex Grönholm2019-07-191-1/+1
* Modernized the packaging configurationAlex Grönholm2019-07-191-6/+65
* Dropped support for Python < 3.5Alex Grönholm2019-07-191-3/+0
* Moved coverage configuration to setup.cfgAlex Grönholm2017-10-211-0/+6
* Replace pytest's norecursedirs with testpaths in setup.cfgAlex Grönholm2016-09-151-1/+1
* Renamed pytest section in setup.cfg to avoid the warningAlex Grönholm2016-08-311-1/+1
* Re-enabled coverage testingAlex Grönholm2016-04-021-1/+1
* Added the virtualenv directory to py.test excludesAlex Grönholm2016-03-301-1/+1
* Improved PEP 8 and PEP 257 compliancyAlex Grönholm2015-12-111-3/+2
* Migrated to a more modern way for specifying conditional dependencies for wheelsAlex Grönholm2015-06-141-7/+0
* Prevent unnecessary installation of "futures" when installing the wheel on Py...Alex Grönholm2014-06-271-0/+7
* Use [bdist_wheel] instead of [wheel] as the wheel options section in setup.cf...Alex Grönholm2014-06-181-1/+1
* Skip coverage reporting until a reliable method for doing so can be foundAlex Grönholm2014-05-261-2/+2
* Speed up test discovery by excluding several foldersAlex Grönholm2014-05-191-0/+1
* Forgot to commit two files for the flake8 changeAlex Grönholm2014-04-181-1/+1
* Fixed the PEP 8 settings to ignore the (perfectly valid) equality operator wi...Alex Grönholm2014-04-121-1/+1
* Test cleanups and test suite configuration improvementsAlex Grönholm2014-04-061-1/+1
* Added pytest coverage optionsAlex Grönholm2014-01-201-1/+1
* Added wheel configurationAlex Grönholm2014-01-201-0/+3
* PEP-8 fixes and testing improvementsAlex Grönholm2014-01-201-0/+4
* Migrated from nose to py.testAlex Grönholm2014-01-201-0/+4
* Removed obsolete distutils2 metadataAlex Grönholm2013-10-091-39/+0
* Fixed typo in setup.cfgAlex Grönholm2012-05-011-1/+1