summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@archlinux.org>2020-08-06 21:43:33 +0200
committerjelle van der Waa <jelle@vdwaa.nl>2020-09-11 21:23:54 +0200
commit7314472c605d8adf99220bf407e3d5118ac3ea3f (patch)
treedc611e50f2334f6e18af30113b54fbf1b5447a45
parentedd6988a11b3adadf80b812f8a2218cad28c5949 (diff)
downloadarchweb-7314472c605d8adf99220bf407e3d5118ac3ea3f.tar.gz
archweb-7314472c605d8adf99220bf407e3d5118ac3ea3f.zip
Update to djang 3.1
-rw-r--r--requirements.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/requirements.txt b/requirements.txt
index 560edcb6..6c275895 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,10 +1,10 @@
-e git+git://github.com/fredj/cssmin.git@master#egg=cssmin
-Django==3.0.9
+Django==3.1
IPy==1.00
-Markdown==3.2.1
+Markdown==3.2.2
bencode.py==2.0.0
django-countries==5.5
-django-extensions==2.2.9
+django-extensions==3.0.4
jsmin==2.2.2
pgpdump==1.5
pytz>=2019.2
@@ -15,4 +15,4 @@ django-csp==3.6
ptpython==2.0.4
feedparser==5.2.1
bleach==3.1.5
-requests==2.22.0
+requests==2.24.0