From 9ad5bdce90bd83ad8a0cae88de62a659228f5a1f Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Sat, 17 Sep 2016 14:14:43 -0500 Subject: [PATCH] Point to fixed django-bower repo (Closes #223) --- requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 982b0143..38444687 100644 --- a/requirements.txt +++ b/requirements.txt @@ -46,7 +46,9 @@ dnspython3 # Py3 git+https://github.com/fritzy/SleekXMPP.git@6e27f28c854ce4ae1d9f0cc8ee407bda8de97d3b # To manage web dependencies -django-bower +#django-bower +# pending https://github.com/nvbn/django-bower/issues/68 +git+https://github.com/inducer/django-bower # For comfortable code entry (git for py3 fix in git rev 8979538) git+https://github.com/lambdalisue/django-codemirror-widget.git -- GitLab