mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-23 03:46:37 +11:00
Compare commits
3 commits
560f0e6ace
...
aa48f83fa7
Author | SHA1 | Date | |
---|---|---|---|
|
aa48f83fa7 | ||
|
0f31521018 | ||
|
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;
|
||||||
|
|
|
@ -50,7 +50,7 @@ install_requires =
|
||||||
# Extra packages for local development
|
# Extra packages for local development
|
||||||
[options.extras_require]
|
[options.extras_require]
|
||||||
production =
|
production =
|
||||||
psycopg2-binary==2.9.3
|
psycopg2-binary==2.9.10
|
||||||
django-webserver[pyuwsgi]==1.2.0
|
django-webserver[pyuwsgi]==1.2.0
|
||||||
|
|
||||||
dev =
|
dev =
|
||||||
|
|
Loading…
Reference in a new issue