-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
db1f823
commit 17b278e
Showing
9 changed files
with
150 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
ruff | ||
|
||
pytest | ||
pytest-cov | ||
pytest-django | ||
mixer | ||
|
||
mypy | ||
django-stubs[compatible-mypy] | ||
djangorestframework-stubs[compatible-mypy] | ||
|
||
ipython |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,116 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.12 | ||
# by the following command: | ||
# | ||
# pip-compile requirements-dev.in | ||
# | ||
asgiref==3.8.1 | ||
# via | ||
# django | ||
# django-stubs | ||
asttokens==2.4.1 | ||
# via stack-data | ||
certifi==2024.6.2 | ||
# via requests | ||
charset-normalizer==3.3.2 | ||
# via requests | ||
coverage[toml]==7.5.3 | ||
# via pytest-cov | ||
decorator==5.1.1 | ||
# via ipython | ||
django==5.0.6 | ||
# via | ||
# django-stubs | ||
# django-stubs-ext | ||
django-stubs[compatible-mypy]==5.0.2 | ||
# via | ||
# -r requirements-dev.in | ||
# djangorestframework-stubs | ||
django-stubs-ext==5.0.2 | ||
# via django-stubs | ||
djangorestframework-stubs[compatible-mypy]==3.15.0 | ||
# via -r requirements-dev.in | ||
executing==2.0.1 | ||
# via stack-data | ||
faker==12.0.1 | ||
# via mixer | ||
idna==3.7 | ||
# via requests | ||
iniconfig==2.0.0 | ||
# via pytest | ||
ipython==8.25.0 | ||
# via -r requirements-dev.in | ||
jedi==0.19.1 | ||
# via ipython | ||
matplotlib-inline==0.1.7 | ||
# via ipython | ||
mixer==7.2.2 | ||
# via -r requirements-dev.in | ||
mypy==1.10.0 | ||
# via | ||
# -r requirements-dev.in | ||
# django-stubs | ||
# djangorestframework-stubs | ||
mypy-extensions==1.0.0 | ||
# via mypy | ||
packaging==24.0 | ||
# via pytest | ||
parso==0.8.4 | ||
# via jedi | ||
pexpect==4.9.0 | ||
# via ipython | ||
pluggy==1.5.0 | ||
# via pytest | ||
prompt-toolkit==3.0.46 | ||
# via ipython | ||
ptyprocess==0.7.0 | ||
# via pexpect | ||
pure-eval==0.2.2 | ||
# via stack-data | ||
pygments==2.18.0 | ||
# via ipython | ||
pytest==8.2.2 | ||
# via | ||
# -r requirements-dev.in | ||
# pytest-cov | ||
# pytest-django | ||
pytest-cov==5.0.0 | ||
# via -r requirements-dev.in | ||
pytest-django==4.8.0 | ||
# via -r requirements-dev.in | ||
python-dateutil==2.9.0.post0 | ||
# via faker | ||
requests==2.32.3 | ||
# via djangorestframework-stubs | ||
ruff==0.4.7 | ||
# via -r requirements-dev.in | ||
six==1.16.0 | ||
# via | ||
# asttokens | ||
# python-dateutil | ||
sqlparse==0.5.0 | ||
# via django | ||
stack-data==0.6.3 | ||
# via ipython | ||
traitlets==5.14.3 | ||
# via | ||
# ipython | ||
# matplotlib-inline | ||
types-pyyaml==6.0.12.20240311 | ||
# via | ||
# django-stubs | ||
# djangorestframework-stubs | ||
types-requests==2.32.0.20240602 | ||
# via djangorestframework-stubs | ||
typing-extensions==4.12.1 | ||
# via | ||
# django-stubs | ||
# django-stubs-ext | ||
# djangorestframework-stubs | ||
# mypy | ||
urllib3==2.2.1 | ||
# via | ||
# requests | ||
# types-requests | ||
wcwidth==0.2.13 | ||
# via prompt-toolkit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters