Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ asgiref==3.3.4
# django
aspy-yaml==1.3.0
# via pre-commit
attrs==19.3.0
attrs==23.1.0
# via
# -c requirements.txt
# pytest
Expand Down Expand Up @@ -212,7 +212,6 @@ pytz==2022.1
# django
pyyaml==6.0
# via
# -c requirements.txt
# aspy-yaml
# pre-commit
pyzmq==23.1.0
Expand Down Expand Up @@ -259,9 +258,7 @@ tomli==1.2.3
# coverage
# pep517
typing-extensions==4.5.0
# via
# -c requirements.txt
# locust
# via locust
uritemplate==3.0.1
# via
# coreapi
Expand Down
1 change: 0 additions & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
attrs==19.3.0
django-cte==1.2.1
django-mptt==0.14.0
django-filter==22.1
Expand Down
6 changes: 2 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ asgiref==3.3.4
# via django
async-timeout==4.0.2
# via redis
attrs==19.3.0
# via
# -r requirements.in
# jsonschema
attrs==23.1.0
# via jsonschema
backoff==2.2.1
# via -r requirements.in
backports-abc==0.5
Expand Down