Skip to content

Commit

Permalink
Update Django
Browse files Browse the repository at this point in the history
  • Loading branch information
avdempsey committed Apr 23, 2022
1 parent 102c2ca commit d4a460b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions ark/arklet.http
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
### Ark-Minting happy path
POST http://127.0.0.1:8000/mint
Content-Type: application/json
Authorization: Bearer 0772fbc3-47f4-4eba-8ac8-e3d235e83397
Authorization: Bearer 2207a3ab-b01c-44b3-bffd-f1d6bcac4220

{
"naan": 13960,
"naan": 12345,
"shoulder": "/s2",
"url": "https://archive.org/details/random-avdempsey-memories",
"metadata": {},
Expand All @@ -17,7 +17,7 @@ Content-Type: application/json
Authorization: Bearer DECAFBAD

{
"naan": 13960,
"naan": 12345,
"shoulder": "/t",
"url": "https://archive.org/details/random-avdempsey-memories",
"metadata": {},
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
appdirs==1.4.4
asgiref==3.4.1
backports.zoneinfo==0.2.1
black==21.9b0
certifi==2021.10.8
click==8.0.3
Django==3.2.8
Django==4.0.4
gunicorn==20.1.0
Jinja2==3.0.2
MarkupSafe==2.0.1
Expand Down

0 comments on commit d4a460b

Please sign in to comment.