Skip to content

Commit

Permalink
Added pipenv files
Browse files Browse the repository at this point in the history
  • Loading branch information
vvoluom committed Mar 24, 2020
1 parent 5430e73 commit 9942416
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
__pycache__/

src/src
oasis_api_server
config/user_config_main.ini
config/user_config_nodes.ini
config/prometheus_config_main.ini
12 changes: 12 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]

[packages]
configparser = "*"

[requires]
python_version = "3.6"
29 changes: 29 additions & 0 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions config/example_user_config_nodes.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[node_1]
node_name = validator_1
ws_url = /home/vvol/serverdir/node/internal.sock
[node_0]
node_name = Oasis_Local
ws_url = unix:/serverdir/node/internal.sock
Binary file removed oasis_api_server
Binary file not shown.

0 comments on commit 9942416

Please sign in to comment.