Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Commit 27a7cb3

Browse files
Guillaume De Saint MartinGuillaumeDSM
authored andcommitted
add wtforms.fields.html5 to hidden imports
1 parent 8d3d9e8 commit 27a7cb3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

bin/start.spec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ a = Analysis(['../start.py'],
1616
"telegram", "telegram.ext", "jsonschema",
1717
"tulipy",
1818
"praw", "twitter", "simplifiedpytrends", "simplifiedpytrends.exceptions", "simplifiedpytrends.request",
19-
"pyngrok", "pyngrok.ngrok", "flask", "flask_login", "wtforms", "flask_wtf", "gevent", "geventwebsocket",
20-
"flask_socketio", "newspaper", "vaderSentiment", "vaderSentiment.vaderSentiment",
19+
"pyngrok", "pyngrok.ngrok", "flask", "flask_login", "wtforms", "wtforms.fields.html5", "flask_wtf",
20+
"gevent", "geventwebsocket", "flask_socketio", "newspaper", "vaderSentiment",
21+
"vaderSentiment.vaderSentiment",
2122
"aiofiles",
2223
"ccxt", "ccxt.async_support", "cryptography", "websockets", "yarl", "idna", "sortedcontainers"
2324
] + OCTOBOT_PACKAGES_FILES,

0 commit comments

Comments
 (0)