(20241202) Requirements reverted.
This commit is contained in:
+2
-2
@@ -83,7 +83,7 @@ from icecream import IceCreamDebugger
|
|||||||
# All the blueprints:
|
# All the blueprints:
|
||||||
from api.blueprints.mail.oauth_request import mail_oauth_bp
|
from api.blueprints.mail.oauth_request import mail_oauth_bp
|
||||||
from api.blueprints.mail.oauth_callback import mail_callback_bp
|
from api.blueprints.mail.oauth_callback import mail_callback_bp
|
||||||
from api.blueprints.mail.sync import mail_sync_bp
|
# from api.blueprints.mail.sync import mail_sync_bp
|
||||||
from api.blueprints.tech.chat_alerts import tech_chat_alert_bp
|
from api.blueprints.tech.chat_alerts import tech_chat_alert_bp
|
||||||
from api.blueprints.test.callback import test_callback_bp
|
from api.blueprints.test.callback import test_callback_bp
|
||||||
|
|
||||||
@@ -115,7 +115,7 @@ app = Quart(__name__, template_folder = r"../views")
|
|||||||
app = cors(app)
|
app = cors(app)
|
||||||
app.register_blueprint(mail_oauth_bp, url_prefix = f"/{MODULE_BASE}/mail")
|
app.register_blueprint(mail_oauth_bp, url_prefix = f"/{MODULE_BASE}/mail")
|
||||||
app.register_blueprint(mail_callback_bp, url_prefix = f"/{MODULE_BASE}/mail")
|
app.register_blueprint(mail_callback_bp, url_prefix = f"/{MODULE_BASE}/mail")
|
||||||
app.register_blueprint(mail_sync_bp, url_prefix = f"/{MODULE_BASE}/mail")
|
# app.register_blueprint(mail_sync_bp, url_prefix = f"/{MODULE_BASE}/mail")
|
||||||
app.register_blueprint(tech_chat_alert_bp, url_prefix = f"/{MODULE_BASE}/tech/alert")
|
app.register_blueprint(tech_chat_alert_bp, url_prefix = f"/{MODULE_BASE}/tech/alert")
|
||||||
app.register_blueprint(test_callback_bp, url_prefix = f"/{MODULE_BASE}/test")
|
app.register_blueprint(test_callback_bp, url_prefix = f"/{MODULE_BASE}/test")
|
||||||
|
|
||||||
|
|||||||
@@ -1,13 +1,9 @@
|
|||||||
aiofiles==24.1.0
|
aiofiles==24.1.0
|
||||||
aiohappyeyeballs==2.4.3
|
|
||||||
aiohttp==3.11.8
|
|
||||||
aiomysql==0.2.0
|
aiomysql==0.2.0
|
||||||
aiosignal==1.3.1
|
|
||||||
aiosmtplib==3.0.2
|
aiosmtplib==3.0.2
|
||||||
annotated-types==0.7.0
|
annotated-types==0.7.0
|
||||||
anyio==4.6.2.post1
|
anyio==4.6.2.post1
|
||||||
asttokens==2.4.1
|
asttokens==2.4.1
|
||||||
attrs==24.2.0
|
|
||||||
beautifulsoup4==4.12.3
|
beautifulsoup4==4.12.3
|
||||||
blinker==1.9.0
|
blinker==1.9.0
|
||||||
cachetools==5.5.0
|
cachetools==5.5.0
|
||||||
@@ -20,14 +16,12 @@ distro==1.9.0
|
|||||||
dnspython==2.7.0
|
dnspython==2.7.0
|
||||||
executing==2.1.0
|
executing==2.1.0
|
||||||
Flask==3.1.0
|
Flask==3.1.0
|
||||||
frozenlist==1.5.0
|
|
||||||
google-api-core==2.23.0
|
google-api-core==2.23.0
|
||||||
google-api-python-client==2.154.0
|
google-api-python-client==2.154.0
|
||||||
google-auth==2.36.0
|
google-auth==2.36.0
|
||||||
google-auth-httplib2==0.2.0
|
google-auth-httplib2==0.2.0
|
||||||
google-auth-oauthlib==1.2.1
|
google-auth-oauthlib==1.2.1
|
||||||
googleapis-common-protos==1.66.0
|
googleapis-common-protos==1.66.0
|
||||||
greenlet==3.1.1
|
|
||||||
h11==0.14.0
|
h11==0.14.0
|
||||||
h2==4.1.0
|
h2==4.1.0
|
||||||
hpack==4.0.0
|
hpack==4.0.0
|
||||||
@@ -42,26 +36,13 @@ idna==3.10
|
|||||||
ipaddress==1.0.23
|
ipaddress==1.0.23
|
||||||
itsdangerous==2.2.0
|
itsdangerous==2.2.0
|
||||||
Jinja2==3.1.4
|
Jinja2==3.1.4
|
||||||
jiter==0.8.0
|
|
||||||
jsonpatch==1.33
|
|
||||||
jsonpointer==3.0.0
|
|
||||||
langchain==0.3.9
|
|
||||||
langchain-core==0.3.21
|
|
||||||
langchain-openai==0.2.10
|
|
||||||
langchain-text-splitters==0.3.2
|
|
||||||
langsmith==0.1.147
|
|
||||||
mail-parser==4.1.2
|
mail-parser==4.1.2
|
||||||
MarkupSafe==3.0.2
|
MarkupSafe==3.0.2
|
||||||
motor==3.6.0
|
motor==3.6.0
|
||||||
multidict==6.1.0
|
|
||||||
numpy==2.1.3
|
numpy==2.1.3
|
||||||
oauthlib==3.2.2
|
oauthlib==3.2.2
|
||||||
openai==1.55.3
|
|
||||||
orjson==3.10.12
|
|
||||||
packaging==24.2
|
|
||||||
pandas==2.2.3
|
pandas==2.2.3
|
||||||
priority==2.0.0
|
priority==2.0.0
|
||||||
propcache==0.2.0
|
|
||||||
proto-plus==1.25.0
|
proto-plus==1.25.0
|
||||||
protobuf==5.28.3
|
protobuf==5.28.3
|
||||||
psutil==6.1.0
|
psutil==6.1.0
|
||||||
@@ -75,22 +56,16 @@ PyMySQL==1.1.1
|
|||||||
pyparsing==3.2.0
|
pyparsing==3.2.0
|
||||||
python-dateutil==2.9.0.post0
|
python-dateutil==2.9.0.post0
|
||||||
pytz==2024.2
|
pytz==2024.2
|
||||||
PyYAML==6.0.2
|
|
||||||
Quart==0.19.9
|
Quart==0.19.9
|
||||||
quart-cors==0.7.0
|
quart-cors==0.7.0
|
||||||
redis==5.2.0
|
redis==5.2.0
|
||||||
regex==2024.11.6
|
regex==2024.11.6
|
||||||
requests==2.32.3
|
requests==2.32.3
|
||||||
requests-oauthlib==2.0.0
|
requests-oauthlib==2.0.0
|
||||||
requests-toolbelt==1.0.0
|
|
||||||
rsa==4.9
|
rsa==4.9
|
||||||
six==1.16.0
|
six==1.16.0
|
||||||
sniffio==1.3.1
|
sniffio==1.3.1
|
||||||
soupsieve==2.6
|
soupsieve==2.6
|
||||||
SQLAlchemy==2.0.36
|
|
||||||
tenacity==9.0.0
|
|
||||||
tiktoken==0.8.0
|
|
||||||
tqdm==4.67.1
|
|
||||||
typing_extensions==4.12.2
|
typing_extensions==4.12.2
|
||||||
tzdata==2024.2
|
tzdata==2024.2
|
||||||
tzlocal==5.2
|
tzlocal==5.2
|
||||||
@@ -99,4 +74,3 @@ urllib3==2.2.3
|
|||||||
uvicorn==0.32.1
|
uvicorn==0.32.1
|
||||||
Werkzeug==3.1.3
|
Werkzeug==3.1.3
|
||||||
wsproto==1.2.0
|
wsproto==1.2.0
|
||||||
yarl==1.18.0
|
|
||||||
|
|||||||
Reference in New Issue
Block a user