Skip to content

Commit

Permalink
requirements.txt: Omit typed-ast; update pylint; make several implici…
Browse files Browse the repository at this point in the history
…t dependencies explicit
  • Loading branch information
stephengtuggy committed Jul 1, 2024
1 parent 81c3c18 commit 2a7d793
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions app/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
asgiref==3.8.1
astroid==3.2.2
colorama==0.4.6
dill==0.3.8
Django==3.2.25
django-environ==0.11.2
isort==5.13.2
lazy-object-proxy==1.10.0
mccabe==0.7.0
pylint==3.2.3
platformdirs==4.2.2
pylint==3.2.5
pytz==2024.1
six==1.16.0
sqlparse==0.5.0
typed-ast==1.5.5
tomlkit==0.12.5
wheel==0.43.0
whitenoise==6.7.0
wrapt==1.16.0

0 comments on commit 2a7d793

Please sign in to comment.