requirement

This commit is contained in:
z66
2025-09-09 15:37:48 +08:00
parent 1dfc5f1024
commit 65cbb712f3
4 changed files with 12 additions and 2 deletions
+1 -1
View File
@@ -3,5 +3,5 @@
<component name="Black">
<option name="sdkName" value="Python 3.13 (intelligence_system)" />
</component>
<component name="ProjectRootManager" version="2" project-jdk-name="intelligence" project-jdk-type="Python SDK" />
<component name="ProjectRootManager" version="2" project-jdk-name="intelligence_system" project-jdk-type="Python SDK" />
</project>
+1 -1
View File
@@ -5,7 +5,7 @@
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/logs" />
</content>
<orderEntry type="jdk" jdkName="intelligence" jdkType="Python SDK" />
<orderEntry type="jdk" jdkName="intelligence_system" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
View File
+10
View File
@@ -0,0 +1,10 @@
cryptography==45.0.7
dbutils==3.1.2
loguru==0.7.3
numpy==2.3.2
pandas==2.3.2
pymysql==1.1.2
pytest==8.4.2
Requests==2.32.5
SQLAlchemy==2.0.43
tenacity==9.1.2