Skip to content

Commit

Permalink
🔧 Add requirements-dev.txt
Browse files Browse the repository at this point in the history
Added requirements.txt and requirements-dev.txt as it is not yet
possible to install only dependencies from pyproject.toml.

See pypa/pip#11440 for more information.
  • Loading branch information
kaparoo committed Mar 22, 2023
1 parent e8dfd96 commit e3d5b77
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# This file contains optional dependencies for the
# `development`, such as updating or testing the
# source codes of the project.

# In this case, you should install all dependencies
# listed in this file as well as requirements.txt.

# For example:
# $ python -m pip install [-U] -r requirements.txt
# $ python -m pip install [-U] -r requirements-dev.txt

hatch
ruff
mypy
black
pytest

0 comments on commit e3d5b77

Please sign in to comment.