-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'database-transfer-updates'
* database-transfer-updates: New database transfer utilities Removed dev dependencies Updated lock files Update versions Updated version constraints Updatet transfer utilities Better stream utilities Added new utility functions Updated error management
- Loading branch information
Showing
20 changed files
with
672 additions
and
599 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,4 +1 @@ | ||
class ApplicationError(Exception): | ||
"""Base class for all errors that should be caught and handled by the application.""" | ||
|
||
pass | ||
from macrostrat.utils import ApplicationError # noqa |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,13 +1,13 @@ | ||
[tool.poetry] | ||
name = "macrostrat.auth_system" | ||
version = "1.0.2" | ||
version = "1.0.3" | ||
description = "Authentication system for Macrostrat and related apps" | ||
authors = ["Daven Quinn <[email protected]>"] | ||
readme = "README.md" | ||
packages = [{ include = "macrostrat" }] | ||
|
||
[tool.poetry.dependencies] | ||
python = "^3.9" | ||
python = "^3.10" | ||
"macrostrat.database" = "^3.3.1" | ||
"macrostrat.utils" = "^1.2.0" | ||
PyJWT = "^1.7.1 || ^2.0" | ||
|
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
Oops, something went wrong.