Skip to content

Commit

Permalink
fixes prerequisite specified twice (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
smirolo committed Jan 26, 2024
1 parent efc691f commit f3b2217
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@ djaodjin-deployutils==0.10.7
djaodjin-extended-templates==0.4.5
djaodjin-pages==0.7.1
djaodjin-survey==0.9.14
docutils==0.20.1 # Technically only needed for schema generation but
# djangorestframework will import regardless.
gunicorn==20.1.0
jinja2==3.1.2 # >=3.1 not available with Py36?
html5lib==1.1
monotonic==1.6
openpyxl==3.1.2
python-pptx==0.6.21
pytz==2023.3
docutils==0.20.1

# These have C/C++ components, they can be installed through the recent wheel
# pip feature or through the native package manager
Expand All @@ -38,8 +39,6 @@ sqlparse==0.4.4 # required by django-debug-toolbar
# without being a prerequisite

# To run with API_DEBUG=1
docutils==0.18.1

# static analysis
pylint==2.17.5
pylint-django==2.5.3
Expand Down

0 comments on commit f3b2217

Please sign in to comment.