-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Misc bugfixes for Sanic v21.3, and v21.9 - Fix plugins with static dirs, on sanic v21.9 - Explicit non-compatibility with Sanic v21.12+
- Loading branch information
1 parent
646820c
commit 18d96ab
Showing
9 changed files
with
418 additions
and
312 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
.idea/ | ||
venv/ | ||
venv36/ | ||
*.pyc | ||
__pycache__ | ||
test1.py | ||
.cache/ | ||
.coverage | ||
.tox/ | ||
*.egg-info/ | ||
.venv/ | ||
.venv/ | ||
dist/ | ||
coverage/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
include pyproject.toml | ||
include poetry.lock | ||
include LICENSE.txt | ||
include CHANGELOG.rst | ||
include README.rst | ||
|
Oops, something went wrong.