mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +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__":
|
||||
print(semantic)
|
||||
|
|
|
@ -2,6 +2,9 @@ import typing
|
|||
import uvicorn
|
||||
import logging
|
||||
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 keyring
|
||||
from starlette.applications import Starlette
|
||||
|
|
Loading…
Reference in a new issue