Skip to content

Commit

Permalink
⬆ Update dependencies (#84)
Browse files Browse the repository at this point in the history
- Remove dephell
  • Loading branch information
roniemartinez authored Sep 5, 2022
1 parent 9012bc8 commit 1a26607
Show file tree
Hide file tree
Showing 6 changed files with 75 additions and 1,328 deletions.
3 changes: 0 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,3 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "daily"
ignore:
- dependency-name: "mistune"
- dependency-name: "tomlkit"
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ lint:
test:
poetry run pytest

.PHONY: setup
setup:
# https://github.com/pypa/setuptools/issues/2993#issuecomment-1003765389
SETUPTOOLS_USE_DISTUTILS=stdlib poetry run dephell deps convert

.PHONY: tag
tag:
VERSION=`poetry version | grep -o -E "\d+\.\d+\.\d+(-\w+\.\d+)?"`; \
Expand Down
185 changes: 0 additions & 185 deletions README.rst

This file was deleted.

Loading

0 comments on commit 1a26607

Please sign in to comment.