mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
--ssl-keyfile and --ssl-certfile options to "datasette serve"
Closes #1221
This commit is contained in:
parent
aa1fe0692c
commit
eda652cf6e
5 changed files with 82 additions and 2 deletions
1
setup.py
1
setup.py
|
|
@ -73,6 +73,7 @@ setup(
|
|||
"beautifulsoup4>=4.8.1,<4.10.0",
|
||||
"black==20.8b1",
|
||||
"pytest-timeout>=1.4.2,<1.5",
|
||||
"trustme>=0.7,<0.8",
|
||||
],
|
||||
},
|
||||
tests_require=["datasette[test]"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue