- [tool.poetry]
- name = "test_streamlit-antd-components"
- version = "0.1.0"
- description = ""
- authors = ["fish <zz1036@qq.com>"]
- readme = "README.md"
- [tool.poetry.dependencies]
- python = "^3.12"
- streamlit = "^1.39.0"
- streamlit-antd-components = "^0.3.2"
- [build-system]
- requires = ["poetry-core"]
- build-backend = "poetry.core.masonry.api"
|