What is the purpose of the 'requirements.txt' file in Python development?
A. To list project dependencies
B. To execute Python scripts
C. To write Python code
D. To store Python documentation
The 'requirements.txt' file is used to list project dependencies, allowing others to easily install the same dependencies for the project.