Skip to content

Commit

Permalink
drop markdown from gateway/repository requirements (#1189)
Browse files Browse the repository at this point in the history
Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com>
  • Loading branch information
psschwei authored Jan 25, 2024
1 parent 4c327b6 commit 7d0c3c4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions client/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ requests-mock>=1.11.0
# new versions of testcontainers don't support docker compose
testcontainers==3.7.1
tox>=4.0.0
nbmake>=1.4.6
1 change: 0 additions & 1 deletion gateway/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
django-filter>=23.3
djangorestframework>=3.14.0
Markdown>=3.5.1
django-allauth>=0.58.2
django-allow-cidr>=0.7.1
dj-rest-auth>=5.0.2
Expand Down
1 change: 0 additions & 1 deletion repository/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ django-filter>=23.3
django_prometheus>=2.3.1
djangorestframework>=3.14.0
importlib-metadata>=6.0.0
Markdown>=3.5.1
pytz>=2022.7.1
sqlparse>=0.4.4
zipp>=3.15.0
Expand Down

0 comments on commit 7d0c3c4

Please sign in to comment.