from setuptools import setup, find_packages
setup(
name="actionforex",
version="0.1.0",
packages=find_packages(),
install_requires=[
"streamlit>=1.32.0",
"mysql-connector-python>=8.3.0",
"paramiko>=3.4.0",
"pandas>=2.2.0",
"python-dotenv>=1.0.0",
"cryptography>=42.0.0",
"pytest>=8.0.0",
"black>=24.2.0",
"flake8>=7.0.0",
"python-jose>=3.3.0",
"plotly>=5.18.0",
"numpy>=1.26.0",
"scikit-learn>=1.4.0",
"openai>=1.0.0"
],
)