This commit is contained in:
Ichinga Samuel
2024-11-16 09:33:44 +01:00
parent 1109d78218
commit ed0fa1f3c3
3 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
MIT License MIT License
Copyright (c) 2022 Ichinga Samuel Copyright (c) 2022 Iching Samuel
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal
+7 -3
View File
@@ -28,6 +28,7 @@ docspec==2.2.1
docspec-python==2.2.1 docspec-python==2.2.1
docstring-parser==0.11 docstring-parser==0.11
docutils==0.20.1 docutils==0.20.1
docutils-stubs==0.0.22
executing==2.0.1 executing==2.0.1
fastjsonschema==2.19.1 fastjsonschema==2.19.1
fonttools==4.51.0 fonttools==4.51.0
@@ -68,7 +69,7 @@ MarkupSafe==2.1.3
matplotlib==3.8.4 matplotlib==3.8.4
matplotlib-inline==0.1.6 matplotlib-inline==0.1.6
mdurl==0.1.2 mdurl==0.1.2
MetaTrader5==5.0.45 MetaTrader5==5.0.4424
mistune==3.0.2 mistune==3.0.2
more-itertools==10.1.0 more-itertools==10.1.0
mplfinance==0.12.10b0 mplfinance==0.12.10b0
@@ -94,7 +95,7 @@ pathspec==0.11.2
pillow==10.3.0 pillow==10.3.0
pkginfo==1.9.6 pkginfo==1.9.6
platformdirs==3.11.0 platformdirs==3.11.0
pluggy==1.3.0 pluggy==1.5.0
prometheus_client==0.20.0 prometheus_client==0.20.0
prompt-toolkit==3.0.43 prompt-toolkit==3.0.43
psutil==5.9.8 psutil==5.9.8
@@ -104,7 +105,9 @@ pydoc-markdown==4.8.2
Pygments==2.16.1 Pygments==2.16.1
pyparsing==3.1.2 pyparsing==3.1.2
pyproject_hooks==1.0.0 pyproject_hooks==1.0.0
pytest==7.4.4 pytest==8.3.3
pytest-asyncio==0.24.0
pytest-order==1.3.0
python-dateutil==2.8.2 python-dateutil==2.8.2
python-json-logger==2.0.7 python-json-logger==2.0.7
python-telegram-bot==21.0.1 python-telegram-bot==21.0.1
@@ -125,6 +128,7 @@ rfc3986==2.0.0
rfc3986-validator==0.1.1 rfc3986-validator==0.1.1
rich==13.6.0 rich==13.6.0
rpds-py==0.18.0 rpds-py==0.18.0
ruff==0.7.3
Send2Trash==1.8.3 Send2Trash==1.8.3
six==1.16.0 six==1.16.0
sniffio==1.3.1 sniffio==1.3.1
+1 -1
View File
@@ -1,3 +1,3 @@
from setuptools import setup from setuptools import setup
setup setup()