Skip to content

Commit

Permalink
Upgrade django_markdown that was broken due to pypa/setuptools#2893
Browse files Browse the repository at this point in the history
  • Loading branch information
fjsj committed Nov 27, 2021
1 parent 2278a1e commit 89661c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ tox>=1.7.0
codecov>=2.0.0
responses==0.5.1
model-mommy==1.3.1
git+git:/vintasoftware/django_markdown.git@37f8fe7a5a91a3aab35c2b8ad34c4c7d8d462743#egg=django-markdown
git+git:/vintasoftware/django_markdown.git@02c6fa050090b086b527de127b87f702de055dac#egg=django-markdown
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def get_version(*file_paths):
'lxml>=4.5.0,<4.6.0',
'beautifulsoup4>=4.8,<4.9',
'pytz>=2017.2',
'django-markdown @ git+https:/vintasoftware/django_markdown@37f8fe7a5a91a3aab35c2b8ad34c4c7d8d462743#egg=django-markdown'
'django-markdown @ git+https:/vintasoftware/django_markdown@02c6fa050090b086b527de127b87f702de055dac#egg=django-markdown'
],
license="MIT",
zip_safe=False,
Expand Down
2 changes: 1 addition & 1 deletion test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ bumpversion==0.5.3
flake8>=2.1.0
isort==4.2.5
wheel==0.29.0
git+git:/vintasoftware/django_markdown.git@37f8fe7a5a91a3aab35c2b8ad34c4c7d8d462743#egg=django-markdown
git+git:/vintasoftware/django_markdown.git@02c6fa050090b086b527de127b87f702de055dac#egg=django-markdown

0 comments on commit 89661c9

Please sign in to comment.