mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-27 13:34:28 +00:00
5.0a86
This commit is contained in:
parent
933594b059
commit
ed79f4f1f7
2 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
semantic = "5.0a85"
|
semantic = "5.0a86"
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
print(semantic)
|
print(semantic)
|
||||||
|
|
|
@ -2,6 +2,9 @@ import typing
|
||||||
import uvicorn
|
import uvicorn
|
||||||
import logging
|
import logging
|
||||||
import sentry_sdk
|
import sentry_sdk
|
||||||
|
from sentry_sdk.integrations.aiohttp import AioHttpIntegration
|
||||||
|
from sentry_sdk.integrations.sqlalchemy import SqlalchemyIntegration
|
||||||
|
from sentry_sdk.integrations.logging import LoggingIntegration
|
||||||
import royalnet
|
import royalnet
|
||||||
import keyring
|
import keyring
|
||||||
from starlette.applications import Starlette
|
from starlette.applications import Starlette
|
||||||
|
|
Loading…
Reference in a new issue