summaryrefslogtreecommitdiff
path: root/pyproject.toml
Commit message (Expand)AuthorAgeFilesLines
...
* Add a couple more keywords to package metadataJordan Cook2021-09-181-1/+2
* Add some more links to 'Related Projects' pageJordan Cook2021-09-181-1/+1
* Update benchmark script to optionally run for a specific serializerJordan Cook2021-09-141-0/+1
* Re-enable mypy pre-commit hook with attrs as an explicit hook dependency for ...Jordan Cook2021-09-081-2/+1
* Add a custom 404 pageJordan Cook2021-09-081-1/+2
* Add note to Troubleshooting section about deprecated importsJordan Cook2021-09-071-1/+1
* Update pre-commit hooks and actionsJordan Cook2021-09-071-1/+0
* Update dev dependenciesJordan Cook2021-09-051-1/+1
* Fix pyyaml optional dependencyJordan Cook2021-08-271-2/+2
* Add Font Awesome 5 icons to main page headersJordan Cook2021-08-271-2/+4
* Add another monkey-patch for sphinx-automodapi instead of installing from git...Jordan Cook2021-08-231-1/+1
* Format & comment dependencies in pyproject.toml to explain what they're for, ...Jordan Cook2021-08-211-58/+72
* Make itsdangerous dependency optionalJordan Cook2021-08-211-8/+9
* Add appdirs as a dependency, and add 'use_cache_dir' option to SQLite and Fil...Jordan Cook2021-08-211-0/+1
* Add pytest-rerunfailures to rerun a flaky testJordan Cook2021-08-201-0/+1
* Add sphinx-automodapi extension to add summaries at the top of module docsJordan Cook2021-08-191-1/+2
* Increase integration test timeout for DynamoDB, since it has a longer startup...Jordan Cook2021-08-141-1/+0
* Update user guide and ReadmeJordan Cook2021-08-141-2/+7
* Add unit tests for new header supportJordan Cook2021-08-141-0/+6
* Drop testing for requests <=0.21Jordan Cook2021-08-141-5/+7
* Drop support for python 3.6Jordan Cook2021-08-141-15/+14
* Disable misbehaving mypy pre-commit hook and go back to plain poetry install ...Jordan Cook2021-08-141-0/+1
* Update changelog, contributors, and bump versionJordan Cook2021-08-121-1/+1
* Exclude markdown and yaml files from wheelJordan Cook2021-08-111-2/+2
* Add more checks to pre-commit config, and reuse for both CI and local usageJordan Cook2021-08-081-11/+0
* Use nox to replace docs/Makefile, runtests.sh, and other local dev tasksJordan Cook2021-08-081-3/+4
* Re-enable pre-deploy tests for all supported requests versions, and pin optio...Jordan Cook2021-08-071-3/+9
|\
| * Add example for using requests-cache with responsesJordan Cook2021-08-071-0/+1
| * Add better examples for using requests-cache with requests-mockJordan Cook2021-08-071-1/+5
|/
* Update poetry to 1.2.0a2Jordan Cook2021-08-021-1/+1
* Bump sphinx from 4.0.3 to 4.1.2dependabot[bot]2021-07-281-1/+1
* Bump sphinx-copybutton from 0.3.3 to 0.4.0dependabot[bot]2021-07-281-1/+1
* Add separate Dependabot schedules for requests+urllib3 (daily) vs everything ...Jordan Cook2021-07-211-1/+1
* Add CachedResponse.cache_key attribute and update in CachedSession.send()Jordan Cook2021-07-201-1/+1
* Update changelog, bump project version, and bump black versionJordan Cook2021-07-161-2/+2
* Bump versionv0.7.1Jordan Cook2021-07-091-1/+1
* Convert docs from rST to MyST, and switch to Furo themeJordan Cook2021-07-091-6/+9
* Add mypy to CI jobs, and add py.typed to indicate PEP-561 complianceJordan Cook2021-07-061-0/+5
* Some serialization fixes & updates:Jordan Cook2021-07-031-0/+1
* Merge pull request #286 from parkerhancock/serialization_pipelinesJordan Cook2021-06-221-0/+2
|\
| * Add pyyaml as an optional dependency, and fix importJordan Cook2021-06-171-0/+2
* | Bump boto3 from 1.17.93 to 1.17.95dependabot[bot]2021-06-161-1/+1
|/
* Workaround for poetry issue on python 3.10 betaJordan Cook2021-06-111-1/+1
* Temporarily downgrade cattrs to 1.6 for python 3.8 compatibilityJordan Cook2021-06-111-1/+1
* Add relevant package extras to install optional dependenciesJordan Cook2021-06-111-2/+7
* Refactor JSONSerializer using cattrs; add support for ultrajsonJordan Cook2021-06-111-1/+2
* Update to itsdangerous 2Jordan Cook2021-06-111-1/+1
* Add Dependabot V2 config, and bump some dev dependenciesJordan Cook2021-06-111-8/+7
* Move performance test to examples so it doesn't get picked up by pytestJordan Cook2021-06-031-3/+1
* add development dependencies necessary to run testsParker Hancock2021-06-031-0/+3