Commit Graph

14 Commits

Author SHA1 Message Date
Andreas Zweili 84c2516d24 Remove unused package 2022-12-28 13:43:25 +01:00
Andreas Zweili a529a59e29 Rewrite the flake to use poetry2nix.dependencyEnv 2022-12-12 20:37:51 +01:00
Andreas Zweili 8db9509777 Remove gunicorn as a dependecy from poetry
It is defined already by the flake. If someone wants to run the project in
another way they are free to do so.
2022-12-12 16:17:10 +01:00
Andreas Zweili 23afd3f4f4 Move the poetry dependencies into groups 2022-12-12 16:16:53 +01:00
dependabot[bot] 7c6a33f8b7
Bump pylint from 2.15.6 to 2.15.8
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.15.6 to 2.15.8.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.15.6...v2.15.8)

---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-06 20:49:03 +00:00
dependabot[bot] 6a2983bea2
Bump pytest-xdist from 3.0.2 to 3.1.0
Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) from 3.0.2 to 3.1.0.
- [Release notes](https://github.com/pytest-dev/pytest-xdist/releases)
- [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v3.0.2...v3.1.0)

---
updated-dependencies:
- dependency-name: pytest-xdist
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-06 20:42:23 +00:00
dependabot[bot] 3014ad0b8a
Bump rope from 1.4.0 to 1.5.1
Bumps [rope](https://github.com/python-rope/rope) from 1.4.0 to 1.5.1.
- [Release notes](https://github.com/python-rope/rope/releases)
- [Changelog](https://github.com/python-rope/rope/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python-rope/rope/compare/1.4.0...1.5.1)

---
updated-dependencies:
- dependency-name: rope
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-06 20:33:43 +00:00
dependabot[bot] acd616ec5b
Bump flake8 from 5.0.4 to 6.0.0
Bumps [flake8](https://github.com/pycqa/flake8) from 5.0.4 to 6.0.0.
- [Release notes](https://github.com/pycqa/flake8/releases)
- [Commits](https://github.com/pycqa/flake8/compare/5.0.4...6.0.0)

---
updated-dependencies:
- dependency-name: flake8
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-30 23:11:20 +00:00
Andreas Zweili 6a588d8046 Include the whole src directory in the poetry package 2022-11-27 21:19:44 +01:00
Andreas Zweili 3036aeebfe Add various dev tools 2022-11-22 12:31:45 +01:00
Andreas Zweili 7075b0378d Remove pdm from dependencies 2022-11-19 18:34:16 +01:00
Andreas Zweili b4c5ded2d2 Add pyyaml 2022-11-16 21:34:37 +01:00
Andreas Zweili c07bc5268b WIP poetry 2022-11-15 22:04:13 +01:00
Andreas Zweili 0a88c434b6 add a pyproject.toml to customize black 2022-03-27 14:44:54 +02:00