From 8a9bc2038cd0f55a159fae28af89cd62fd10bf63 Mon Sep 17 00:00:00 2001 From: juancarlospaco Date: Mon, 11 Nov 2019 19:43:42 -0300 Subject: [PATCH] Added package requirementstxt --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 8e38cc8..969a5c9 100644 --- a/packages.json +++ b/packages.json @@ -15234,5 +15234,18 @@ "description": "LevelDB bindings", "license": "MIT", "web": "https://github.com/zielmicha/leveldb.nim" + }, + { + "name": "requirementstxt", + "url": "https://github.com/juancarlospaco/nim-requirementstxt", + "method": "git", + "tags": [ + "python", + "pip", + "requirements" + ], + "description": "Python requirements.txt generic parser for Nim", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-requirementstxt" } ]