18 lines
339 B
Plaintext
18 lines
339 B
Plaintext
# requirements.txt
|
|
|
|
# Specify the package name and version
|
|
# Format: package==version
|
|
|
|
# Example packages
|
|
# numpy==1.21.2
|
|
# pandas==1.3.3
|
|
# requests==2.26.0
|
|
# flask==2.0.1
|
|
|
|
# You can also specify a range of versions
|
|
# Example:
|
|
# Django>=3.2,<4.0
|
|
|
|
# If you have a package that can be any version, just list the name
|
|
# Example:
|
|
# somepackage |