Skip to content

Commit

Permalink
use https
Browse files Browse the repository at this point in the history
  • Loading branch information
viggo-devries committed Feb 15, 2024
1 parent bd7b097 commit 653f59a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
],
# mark test target to require extras.
extras_require={
"test": ["mock", "coverage>=5.4,<5.5", "sorl-thumbnail>=12.9,<12.10", "django-oscar @ git+ssh://git@github.com/django-oscar/django-oscar.git"],
"test": ["mock", "coverage>=5.4,<5.5", "sorl-thumbnail>=12.9,<12.10", "django-oscar @ git+https://github.com/django-oscar/django-oscar.git"],
"dev": ["pylint>=2.17.4", "pylint-django>=2.5.3", "black>=23.3.0"],
},
)

0 comments on commit 653f59a

Please sign in to comment.