ChatDev/WareHouse/Article_pic_DefaultOrganization_20231023003059/requirements.txt
2023-10-23 10:54:37 +08:00

6 lines
524 B
Plaintext

This file specifies that our project requires Flask for web development, BeautifulSoup for parsing HTML and extracting data, Markdown for creating markdown based layout for the article, and Requests for making HTTP requests to fetch images from the internet. The versions listed are the latest stable versions at the time of writing, but they can be adjusted as necessary for the project.
To install these dependencies, you can use pip, a package installer for Python. Simply run the following command in your terminal: