diff --git a/requirements.txt b/requirements.txt index b3c0217..2e99317 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,12 @@ -pymysql==1.1.1 -pydantic==2.8.2 -playwright==1.45.1 +pymysql>=1.1.1 +pydantic>=2.8.2 +playwright>=1.45.1 numpy pandas scipy -scikit-learn \ No newline at end of file +scikit-learn +loguru>=0.7.3 +retry>=0.9.2 +schedule>=1.2.2 +requests>=2.32.5 +pyarrow \ No newline at end of file