diff --git a/LICENSE b/LICENSE index 6a127cb..1e1e3c8 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ 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 of this software and associated documentation files (the "Software"), to deal diff --git a/requirements.txt b/requirements.txt index 8fa1169..9715350 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,6 +28,7 @@ docspec==2.2.1 docspec-python==2.2.1 docstring-parser==0.11 docutils==0.20.1 +docutils-stubs==0.0.22 executing==2.0.1 fastjsonschema==2.19.1 fonttools==4.51.0 @@ -68,7 +69,7 @@ MarkupSafe==2.1.3 matplotlib==3.8.4 matplotlib-inline==0.1.6 mdurl==0.1.2 -MetaTrader5==5.0.45 +MetaTrader5==5.0.4424 mistune==3.0.2 more-itertools==10.1.0 mplfinance==0.12.10b0 @@ -94,7 +95,7 @@ pathspec==0.11.2 pillow==10.3.0 pkginfo==1.9.6 platformdirs==3.11.0 -pluggy==1.3.0 +pluggy==1.5.0 prometheus_client==0.20.0 prompt-toolkit==3.0.43 psutil==5.9.8 @@ -104,7 +105,9 @@ pydoc-markdown==4.8.2 Pygments==2.16.1 pyparsing==3.1.2 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-json-logger==2.0.7 python-telegram-bot==21.0.1 @@ -125,6 +128,7 @@ rfc3986==2.0.0 rfc3986-validator==0.1.1 rich==13.6.0 rpds-py==0.18.0 +ruff==0.7.3 Send2Trash==1.8.3 six==1.16.0 sniffio==1.3.1 diff --git a/setup.py b/setup.py index a59fd83..6068493 100644 --- a/setup.py +++ b/setup.py @@ -1,3 +1,3 @@ from setuptools import setup -setup +setup()