Skip to content

Commit

Permalink
config: add example requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbrig authored Apr 30, 2024
1 parent a71e043 commit e3058bd
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Core
# --------------
requests
pydantic

# Utility
# --------------
ruff

# Testing
# --------------
pytest
pytest-cov

# Documentation
# --------------
mkdocs
mkdocs-material

0 comments on commit e3058bd

Please sign in to comment.