mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
datasette.sign() and datasette.unsign() methods, refs #785
This commit is contained in:
parent
1fc6ceefb9
commit
fa27e44fe0
7 changed files with 61 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -55,6 +55,7 @@ setup(
|
|||
"janus>=0.4,<0.6",
|
||||
"PyYAML~=5.3",
|
||||
"mergedeep>=1.1.1,<1.4.0",
|
||||
"itsdangerous~=1.1",
|
||||
],
|
||||
entry_points="""
|
||||
[console_scripts]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue