Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
matograine
silkaj
Commits
2b18f45d
Commit
2b18f45d
authored
May 11, 2019
by
Moul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[enh] #22, #203: install textable
parent
e04a3141
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
2 deletions
+17
-2
Pipfile
Pipfile
+1
-0
Pipfile.lock
Pipfile.lock
+8
-1
setup.py
setup.py
+8
-1
No files found.
Pipfile
View file @
2b18f45d
...
...
@@ -10,6 +10,7 @@ PyNaCl = "*"
e1839a8
=
{
path
=
"."
,
editable
=
true
}
duniterpy
=
"*"
click
=
"*"
texttable
=
"*"
[dev-packages]
pre-commit
=
"*"
...
...
Pipfile.lock
View file @
2b18f45d
{
"_meta"
:
{
"hash"
:
{
"sha256"
:
"
52d928682e98b0179c9a450c61cac3c22051596232760700cafa68823d718822
"
"sha256"
:
"
715966131dae907b8cc33f3e33648a9e924b69c584b4c62b82006d6a83f3727d
"
},
"pipfile-spec"
:
6
,
"requires"
:
{
...
...
@@ -264,6 +264,13 @@
"index"
:
"pypi"
,
"version"
:
"==0.8.3"
},
"texttable"
:
{
"hashes"
:
[
"sha256:2b60a5304ccfbeac80ffae7350d7c2f5d7a24e9aab5036d0f82489746419d9b2"
],
"index"
:
"pypi"
,
"version"
:
"==1.6.1"
},
"yarl"
:
{
"hashes"
:
[
"sha256:024ecdc12bc02b321bc66b41327f930d1c2c543fa9a561b39861da9388ba7aa9"
,
...
...
setup.py
View file @
2b18f45d
...
...
@@ -27,6 +27,13 @@ setup(
"Intended Audience :: End Users/Desktop"
,
"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"
],
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment