-
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.
* chore: update packages [#44] * chore: remove async [#44] * fix: lint [#44] * fix: wrong compose conmand [#44] * chore: remove py3.8 support [#44] * fix: lint [#44] * chore: lint [#44] * chore: clean up [#44] * chore: remove deprecated 'version' from compose files [#44] * docs: update README [#44] * chore: update license year [#44]
- Loading branch information
1 parent
7db8497
commit fc8f242
Showing
36 changed files
with
178 additions
and
392 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
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
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
"author_email": "[email protected]", | ||
|
||
"py_version": ["3.10", "3.11", "3.9", "3.8"], | ||
"py_version": ["3.10", "3.11", "3.9"], | ||
|
||
"db_container_name": "db", | ||
"backend_container_name": "backend", | ||
|
@@ -15,7 +15,5 @@ | |
|
||
"github_username": "change.me", | ||
|
||
"include_example_api": ["no", "yes"], | ||
|
||
"deployments": ["no", "yes"] | ||
} |
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
Oops, something went wrong.