Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
deps/github: use https to clone a4 and django multiform
Browse files Browse the repository at this point in the history
Solves issue regarding unauthenticated git protocol
  • Loading branch information
sabinammm authored and goapunk committed Mar 17, 2022
1 parent 03dedf6 commit 3ddf7d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# A4
git+git://github.com/liqd/adhocracy4.git@ce-v2105#egg=adhocracy4
git+https://github.com/liqd/adhocracy4.git@ce-v2105#egg=adhocracy4

# Additional requirements
appdirs==1.4.4
Expand Down Expand Up @@ -40,4 +40,4 @@ XlsxWriter==1.4.0

# django multiform (released version 0.1 was too old).
# 2019-04: This is seriously outdated. We should maybe see if there's an alternative
git+git://github.com/bmispelon/django-multiform.git@0e02f0d5729a80502a290070b474f3e3ac85c926
git+https://github.com/bmispelon/django-multiform.git@0e02f0d5729a80502a290070b474f3e3ac85c926

0 comments on commit 3ddf7d4

Please sign in to comment.