mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-22 19:37:49 +11:00
Compare commits
2 commits
38e34469cf
...
0f31521018
Author | SHA1 | Date | |
---|---|---|---|
|
0f31521018 | ||
|
60cd179c18 |
2 changed files with 2 additions and 1 deletions
|
@ -11,6 +11,7 @@ article {
|
|||
font-weight: $baseFontRegular;
|
||||
line-height: 24px;
|
||||
word-break: break-word;
|
||||
white-space: pre;
|
||||
|
||||
color: $textColor;
|
||||
max-width: 600px;
|
||||
|
|
|
@ -50,7 +50,7 @@ install_requires =
|
|||
# Extra packages for local development
|
||||
[options.extras_require]
|
||||
production =
|
||||
psycopg2-binary==2.9.3
|
||||
psycopg2-binary==2.9.10
|
||||
django-webserver[pyuwsgi]==1.2.0
|
||||
|
||||
dev =
|
||||
|
|
Loading…
Reference in a new issue