mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-23 03:46:37 +11:00
Compare commits
3 commits
f91cb9ea21
...
f349645eb5
Author | SHA1 | Date | |
---|---|---|---|
|
f349645eb5 | ||
|
4ffcbf94e0 | ||
|
60cd179c18 |
2 changed files with 2 additions and 1 deletions
|
@ -11,6 +11,7 @@ article {
|
||||||
font-weight: $baseFontRegular;
|
font-weight: $baseFontRegular;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
|
white-space: pre;
|
||||||
|
|
||||||
color: $textColor;
|
color: $textColor;
|
||||||
max-width: 600px;
|
max-width: 600px;
|
||||||
|
|
|
@ -30,7 +30,7 @@ python_requires = >=3.6
|
||||||
install_requires =
|
install_requires =
|
||||||
# Essential packages
|
# Essential packages
|
||||||
django>=3.2
|
django>=3.2
|
||||||
pygments<=2.11.2
|
pygments<=2.18.0
|
||||||
django-staticinline>=1.0
|
django-staticinline>=1.0
|
||||||
django-csp>=3.6
|
django-csp>=3.6
|
||||||
dj_database_url>=0.5.0
|
dj_database_url>=0.5.0
|
||||||
|
|
Loading…
Reference in a new issue