Skip to content

Commit

Permalink
adding requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
BenJourdan committed Oct 11, 2024
1 parent 51831b4 commit 59bea37
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
pytest>=6.0 # For running Python tests
black>=23.0 # For Python code formatting
ruff>=0.0.241 # For Python linting and import sorting
sphinx>=5.0 # For building documentation
sphinx-rtd-theme>=1.0 # For the Sphinx Read the Docs theme

# Add any project-specific dependencies here
# For example:
numpy>=1.20 # Example of a project dependency
pandas>=1.3 # Example of a project dependency

0 comments on commit 59bea37

Please sign in to comment.