Skip to content

Commit

Permalink
add requirements for aasvg
Browse files Browse the repository at this point in the history
  • Loading branch information
jricher committed Apr 12, 2022
1 parent 4554bc8 commit b01a99f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.refcache
publish
node_modules
16 changes: 16 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "gnap-core-protocol",
"version": "1.0.0",
"description": "GNAP Core Protocol Specification",
"repository": {
"type": "git",
"url": "git+https://github.com/ietf-wg-gnap/gnap-core-protocol.git"
},
"bugs": {
"url": "https://github.com/ietf-wg-gnap/gnap-core-protocol/issues"
},
"homepage": "https://github.com/ietf-wg-gnap/gnap-core-protocol#readme",
"dependencies": {
"aasvg": "^0.3.1"
}
}
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
xml2rfc>=3.8.0
svgcheck>=0.6.0

0 comments on commit b01a99f

Please sign in to comment.