diff options
author | lxf <sng@luxagraf.net> | 2021-10-18 19:24:34 -0400 |
---|---|---|
committer | lxf <sng@luxagraf.net> | 2021-10-18 19:24:34 -0400 |
commit | 73b166e71cebd3e63901585d1bca26d76041ba4d (patch) | |
tree | 7130262def2cc15f12244c7097499258b949d7a9 /config | |
parent | 845e84090a4abdc301e06f709ddaf597c76d873d (diff) |
bumped stylesheet to v11 and went back to pure CSS.
Diffstat (limited to 'config')
-rw-r--r-- | config/requirements.txt | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/config/requirements.txt b/config/requirements.txt index c9c8afb..37c323a 100644 --- a/config/requirements.txt +++ b/config/requirements.txt @@ -14,11 +14,8 @@ cssselect2==0.2.1 decorator==4.3.0 defusedxml==0.5.0 Django==3.1 -django-autocomplete-light==3.3.2 -django-bleach==0.3.0 -django-debug-toolbar==2.2 -django-extensions==3.0.4 -django-gravatar2==1.4.2 +django-autocomplete-light +django-bleach django-debug-toolbar django-extensions django-gravatar2 django-ses==0.8.14 django-taggit==1.3.0 django-typogrify==1.3.3 @@ -27,7 +24,7 @@ future==0.18.2 gpxpy==1.3.5 html5lib==1.0.1 idna==2.7 -ipython==7.1.1 +django-taggit ipython ipython-genutils==0.2.0 jedi==0.13.1 Jinja2==2.10 @@ -56,7 +53,7 @@ PyYAML==5.3.1 requests==2.19.1 selectorlib==0.16.0 six==1.11.0 -smartypants==2.0.1 +psycopg2-binary smartypants typogrify sqlparse==0.2.4 tinycss2==0.6.1 traitlets==4.3.2 |