We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ec553c commit 886fd89Copy full SHA for 886fd89
setup.cfg
@@ -35,12 +35,12 @@ classifiers =
35
packages =
36
patternity
37
install_requires =
38
- numpy
39
- matplotlib
40
- yfinance
41
- python-binance
+ numpy>=1.26.0
+ matplotlib>=3.8.0
+ yfinance>=0.2.33
+ python-binance>=1.0.17
42
include_package_data = yes
43
python_requires = >=3.9
44
package_dir =
45
=src
46
-zip_safe = no
+zip_safe = no
0 commit comments