Skip to content

Commit

Permalink
[Requirements] add pgpy
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeDSM committed Oct 8, 2024
1 parent 08dd7d4 commit e6f00bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/start.spec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ a = Analysis(['../start.py'],
('../octobot/strategy_optimizer/optimizer_data_files', 'octobot/strategy_optimizer/optimizer_data_files')
],
hiddenimports=[
"colorlog", "numpy.core._dtype_ctypes", "dotenv",
"colorlog", "numpy.core._dtype_ctypes", "dotenv", "pgpy",
"aiosqlite", "aiohttp",
"psutil",
"telegram", "telegram.ext", "telethon", "jsonschema",
Expand Down

0 comments on commit e6f00bc

Please sign in to comment.