We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d298cf5 + 66e63ed commit 617dbe8Copy full SHA for 617dbe8
requirements.txt
@@ -4,10 +4,12 @@ IPy==1.00
4
Markdown==3.1.1
5
bencode.py==2.0.0
6
django-countries==5.5
7
+django-extensions==2.2.1
8
jsmin==2.2.2
9
pgpdump==1.5
-pytz>=2017.3
10
+pytz>=2019.2
11
parse==1.12.1
12
django-jinja==2.4.1
13
sqlparse==0.3.0
14
django-csp==3.5
15
+ptpython==2.0.4
settings.py
@@ -115,6 +115,7 @@
115
'django.contrib.admin',
116
'django.contrib.staticfiles',
117
'django_countries',
118
+ 'django_extensions',
119
120
'main',
121
'mirrors',
0 commit comments