Skip to content
Snippets Groups Projects
Commit 2b18f45d authored by Moul's avatar Moul
Browse files

[enh] #22, #203: install textable

parent e04a3141
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,7 @@ PyNaCl = "*" ...@@ -10,6 +10,7 @@ PyNaCl = "*"
e1839a8 = {path = ".",editable = true} e1839a8 = {path = ".",editable = true}
duniterpy = "*" duniterpy = "*"
click = "*" click = "*"
texttable = "*"
[dev-packages] [dev-packages]
pre-commit = "*" pre-commit = "*"
......
{ {
"_meta": { "_meta": {
"hash": { "hash": {
"sha256": "52d928682e98b0179c9a450c61cac3c22051596232760700cafa68823d718822" "sha256": "715966131dae907b8cc33f3e33648a9e924b69c584b4c62b82006d6a83f3727d"
}, },
"pipfile-spec": 6, "pipfile-spec": 6,
"requires": { "requires": {
...@@ -264,6 +264,13 @@ ...@@ -264,6 +264,13 @@
"index": "pypi", "index": "pypi",
"version": "==0.8.3" "version": "==0.8.3"
}, },
"texttable": {
"hashes": [
"sha256:2b60a5304ccfbeac80ffae7350d7c2f5d7a24e9aab5036d0f82489746419d9b2"
],
"index": "pypi",
"version": "==1.6.1"
},
"yarl": { "yarl": {
"hashes": [ "hashes": [
"sha256:024ecdc12bc02b321bc66b41327f930d1c2c543fa9a561b39861da9388ba7aa9", "sha256:024ecdc12bc02b321bc66b41327f930d1c2c543fa9a561b39861da9388ba7aa9",
......
...@@ -27,6 +27,13 @@ setup( ...@@ -27,6 +27,13 @@ setup(
"Intended Audience :: End Users/Desktop", "Intended Audience :: End Users/Desktop",
"Natural Language :: English", "Natural Language :: English",
), ),
install_requires=["Click", "duniterpy==0.54.1", "ipaddress", "tabulate", "pynacl"], install_requires=[
"Click",
"duniterpy==0.54.1",
"ipaddress",
"texttable",
"tabulate",
"pynacl",
],
scripts=["bin/silkaj"], scripts=["bin/silkaj"],
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment