summaryrefslogtreecommitdiff
path: root/pyproject.toml
Commit message (Collapse)AuthorAgeFilesLines
* update version post-releaseBob Halley2020-07-171-1/+1
|
* 2.0.0 versioningv2.0.0Bob Halley2020-07-161-1/+1
|
* update version post releaseBob Halley2020-07-041-1/+1
|
* 2.0.0rc2 versioningBob Halley2020-07-011-1/+1
|
* move pytest-cov dependency to the dev sectionBob Halley2020-06-301-1/+1
|
* Update mypy requirement from ^0.781 to ^0.782dependabot/pip/mypy-tw-0.782dependabot[bot]2020-06-241-1/+1
| | | | | | | Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.781...v0.782) Signed-off-by: dependabot[bot] <support@github.com>
* compute and load coverage from travisBob Halley2020-06-221-0/+1
|
* Update mypy requirement from ^0.780 to ^0.781dependabot/pip/mypy-tw-0.781dependabot[bot]2020-06-221-1/+1
| | | | | | | Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.780...v0.781) Signed-off-by: dependabot[bot] <support@github.com>
* set versioning to devBob Halley2020-06-201-1/+1
|
* add wheelv2.0.0rc1Bob Halley2020-06-201-0/+1
|
* add twine to dev toolsBob Halley2020-06-201-0/+1
|
* set rc1 in versionBob Halley2020-06-161-1/+1
|
* Merge pull request #507 from rthalley/dependabot/pip/mypy-tw-0.780Bob Halley2020-06-141-1/+1
|\ | | | | Update mypy requirement from ^0.770 to ^0.780
| * Update mypy requirement from ^0.770 to ^0.780dependabot[bot]2020-06-141-1/+1
| | | | | | | | | | | | | | Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.770...v0.780) Signed-off-by: dependabot[bot] <support@github.com>
* | Update trio requirement from ^0.14 to >=0.14,<0.17dependabot[bot]2020-06-141-1/+1
|/ | | | | | | Updates the requirements on [trio](https://github.com/python-trio/trio) to permit the latest version. - [Release notes](https://github.com/python-trio/trio/releases) - [Commits](https://github.com/python-trio/trio/compare/v0.14.0...v0.16.0) Signed-off-by: dependabot[bot] <support@github.com>
* update extrasBob Halley2020-06-121-0/+1
|
* add curio (optional)Bob Halley2020-06-121-0/+1
|
* Support trio, curio, and asyncio with one API!Bob Halley2020-06-111-1/+2
|
* coverage toolsBob Halley2020-05-201-0/+1
|
* add trio to extrasBob Halley2020-05-191-0/+2
|
* add sphinx to pyproject.tomlBob Halley2020-05-071-0/+1
|
* match setup.py's extra_requires functionalitykimbo2020-05-071-4/+9
|
* python>=3.6Bob Halley2020-05-071-1/+1
|
* make dnspython installable with pipkimbo2020-05-071-0/+3
| | | | | | | | | | | | | | | I tried installing dnspython from the master branch and it did not work. The error I got was "poetry.masonry.utils.module.ModuleOrPackageNotFound: No file/folder found for package dnspython". Turns out there have been some changes made to pip involving the build system (see https://www.python.org/dev/peps/pep-0517). Basically pip is using poetry to install your package. Poetry has some requirements about how you structure your project (see https://python-poetry.org/docs/basic-usage/#project-setup and https://python-poetry.org/docs/pyproject/#packages). This change allows you to install dnspython without running into that particular issue.
* start flake8 supportBob Halley2020-05-041-1/+1
|
* pytest make targetsBob Halley2020-05-021-0/+1
|
* start poetry and pyenv supportBob Halley2020-05-011-0/+21