modified: LICENSE
Some checks failed
Greetings / greeting (pull_request) Failing after 4s
Pylint / build (3.x) (push) Failing after 8s
ai-reviews / Review PR (pull_request) Successful in 5s

modified:   README.md
	new file:   requirements.txt
This commit is contained in:
2025-02-02 22:20:09 +01:00
parent 9e3511b29a
commit a29db9a7ea
3 changed files with 57 additions and 5 deletions

18
requirements.txt Normal file
View File

@@ -0,0 +1,18 @@
# 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