Chore
* chore: added missing config for mypy
Signed-off-by: Paul Horton <phortonsonatype.com> ([`4fb1bf5`](https://github.com/madpah/requirements-parser/commit/4fb1bf5d27ed530704823bf7ffee4cabba844bd5))
* chore: addressed flake8 reports
Signed-off-by: Paul Horton <phortonsonatype.com> ([`d3ee857`](https://github.com/madpah/requirements-parser/commit/d3ee857790a730821c8089f860595846b0ea855a))
* chore: add poetry configuration
Signed-off-by: Paul Horton <phortonsonatype.com> ([`4b54c79`](https://github.com/madpah/requirements-parser/commit/4b54c79bf703dd927ee686be4413a6eb6687d409))
* chore: migrated to Apache 2.0 license
Signed-off-by: Paul Horton <phortonsonatype.com> ([`5b7a6e4`](https://github.com/madpah/requirements-parser/commit/5b7a6e49e355a37fa6674876db4b692e8bf82943))
* chore: updated gitignore
Signed-off-by: Paul Horton <phortonsonatype.com> ([`07bea05`](https://github.com/madpah/requirements-parser/commit/07bea05c08da7e84e75557f6340fc80440d48f4c))
Ci
* ci: disable type static-code-analysis until we have typed the library
Signed-off-by: Paul Horton <phortonsonatype.com> ([`c8da36d`](https://github.com/madpah/requirements-parser/commit/c8da36de4e6e16c12216a5b9bf0113bb990fe9aa))
* ci: added GitHub workflow to release `requirements-parser`
doc: updated license and changelog to work with new release process
Signed-off-by: Paul Horton <phortonsonatype.com> ([`068e3f8`](https://github.com/madpah/requirements-parser/commit/068e3f8b8d55c0d51c721a6b001271b2613e14f5))
* ci: temporarily disable min-requirements testing with tox
Signed-off-by: Paul Horton <phortonsonatype.com> ([`ae53393`](https://github.com/madpah/requirements-parser/commit/ae5339399fed0e739ee152a3328f2c314ecb17ad))
* ci: temporarily disable min-requirements testing with tox
Signed-off-by: Paul Horton <phortonsonatype.com> ([`550f8af`](https://github.com/madpah/requirements-parser/commit/550f8af422cc772a5fd16cfa2f947754c4a54115))
* ci: added GitHub workflow for CI
Signed-off-by: Paul Horton <phortonsonatype.com> ([`ceba061`](https://github.com/madpah/requirements-parser/commit/ceba061868ee62083c6b2c02a1dd3357620ff6e9))
Feature
* feat: added some typing
fix: corrected a regex
Signed-off-by: Paul Horton <phortonsonatype.com> ([`169ff6e`](https://github.com/madpah/requirements-parser/commit/169ff6e79657d8091e6e1a4e21c7da794d507832))
* feat: removed Python 2 code
Signed-off-by: Paul Horton <phortonsonatype.com> ([`82f9473`](https://github.com/madpah/requirements-parser/commit/82f94733f912e140fdcc0254020f4208d3e4a892))
Fix
* fix: removed version from __init__
Signed-off-by: Paul Horton <phortonsonatype.com> ([`4e83b9d`](https://github.com/madpah/requirements-parser/commit/4e83b9d3bdd5534da7adfdeb292ad2a1fae73ea8))
Test
* test: cleaned up some sample code
Signed-off-by: Paul Horton <phortonsonatype.com> ([`99ffc65`](https://github.com/madpah/requirements-parser/commit/99ffc65e7ad3d1a7842800cd489099cdf2681f88))
* test: migrated test_requirement to use unittest
Signed-off-by: Paul Horton <phortonsonatype.com> ([`e17734a`](https://github.com/madpah/requirements-parser/commit/e17734a9afec2ebd518baadca6db4e7da6848c25))
* test: migrated test_parser to unittest and added some minor test fixes
Signed-off-by: Paul Horton <phortonsonatype.com> ([`5d2eebe`](https://github.com/madpah/requirements-parser/commit/5d2eebec15e087a91594778090bcc06ce00d8927))
Unknown
* 0.3.0
Automatically generated by python-semantic-release ([`8760e01`](https://github.com/madpah/requirements-parser/commit/8760e01d59c1bb60c65dfbc6321eab506d05fab7))
* Merge pull request 56 from madpah/feat/migrate-to-poetry
Migration to Poetry and other updates after David kindly transferred to Paul ([`8833cdb`](https://github.com/madpah/requirements-parser/commit/8833cdb128ce7909c4d0dbe635fce2a410ff4023))
* doc: README is now in Markdown, not RST
Signed-off-by: Paul Horton <phortonsonatype.com> ([`3d78272`](https://github.com/madpah/requirements-parser/commit/3d78272588ab537e825cd32b37f8a6010d6f8d57))
* doc: README is now in Markdown, not RST
Signed-off-by: Paul Horton <phortonsonatype.com> ([`2a9dcf7`](https://github.com/madpah/requirements-parser/commit/2a9dcf768d5c7ca542456ad45a8664008ef1b861))
* doc: updated doc generation and changelog generation
Signed-off-by: Paul Horton <phortonsonatype.com> ([`6f73ee5`](https://github.com/madpah/requirements-parser/commit/6f73ee5e9478176c1efeb72087f3b1d9e9c4340c))
* Merge pull request 27 from belak/belak/editable-eol-comments
Fix parsing lines using -e and end of line comments ([`ea3dbee`](https://github.com/madpah/requirements-parser/commit/ea3dbeec76628878f6b1bbcb865670c29957f2c2))
* Merge pull request 34 from chrislawlor/feature/requirement-equality
Adds equality (and inequality) testing to Requirement class ([`d8e6737`](https://github.com/madpah/requirements-parser/commit/d8e67370cb96e535146c318ac9ec33d91f8231cc))
* Merge pull request 44 from jayvdb/sdist
MANIFEST.in: Add tests and docs ([`beda9cf`](https://github.com/madpah/requirements-parser/commit/beda9cf56111bce73fbbc52ca971407fec46a9f1))
* .travis.yml: Run Python 3.8 without coverage ([`b265c38`](https://github.com/madpah/requirements-parser/commit/b265c3862bbdd88ca76bf0ddd465ca6fc48be220))
* .travis.yml: Replace 3.3 with 3.7 & 3.8
Travis no longer provides 3.3 ([`772412a`](https://github.com/madpah/requirements-parser/commit/772412a1d380517fed41d65889f20cfd828e3f5d))
* MANIFEST.in: Add tests and docs ([`ecabc1d`](https://github.com/madpah/requirements-parser/commit/ecabc1db4ab71618647bf283c49d3e10e6ef139a))
* Merge pull request 38 from cooperlees/master
Add setuptools as a install_requires Dependency ([`ad404ad`](https://github.com/madpah/requirements-parser/commit/ad404add0423d7e1f419c3a48dc884375d57f376))
* Add setuptools as a install_requires
pkg_resources is needed at runtime, lets be explicit and state that so pip etc. do the right thing. ([`212078b`](https://github.com/madpah/requirements-parser/commit/212078ba15e8af7817461fb65e16c257061107fc))