Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
beem
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hive
beem
Commits
bf406627
Commit
bf406627
authored
7 years ago
by
Holger Nahrstaedt
Browse files
Options
Downloads
Patches
Plain Diff
scrypt is a must
Try again with secp256k1
parent
efa588df
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.circleci/config.yml
+1
-1
1 addition, 1 deletion
.circleci/config.yml
appveyor.yml
+1
-1
1 addition, 1 deletion
appveyor.yml
setup.py
+1
-1
1 addition, 1 deletion
setup.py
tox.ini
+1
-1
1 addition, 1 deletion
tox.ini
with
4 additions
and
4 deletions
.circleci/config.yml
+
1
−
1
View file @
bf406627
...
...
@@ -34,7 +34,7 @@ jobs:
-
run
:
name
:
install dependencies
command
:
|
sudo python -m pip install --upgrade pip setuptools wheel mock pytest pytest-cov parameterized
cryptography
sudo python -m pip install --upgrade pip setuptools wheel mock pytest pytest-cov parameterized
secp256k1
sudo python -m pip install -r requirements.txt
sudo python -m pip install --upgrade pycodestyle pyflakes coverage tox codacy-coverage virtualenv
...
...
This diff is collapsed.
Click to expand it.
appveyor.yml
+
1
−
1
View file @
bf406627
...
...
@@ -50,7 +50,7 @@ install:
-
conda config --add channels wheeler-microfluidics
-
conda update -q conda
-
conda info -a
-
conda install --yes
nose
conda-build setuptools pip
numpy
pytest-pylint parameterized
-
conda install --yes conda-build setuptools pip pytest-pylint parameterized
cryptography
-
conda install --yes pycryptodomex scrypt pyyaml pytest pytest-mock coverage mock appdirs
-
conda install --yes ecdsa requests future websocket-client pytz six Click events prettytable
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
bf406627
...
...
@@ -27,7 +27,7 @@ requires = [
"
websocket-client
"
,
"
appdirs
"
,
"
Events
"
,
"
pylib
scrypt
"
,
"
scrypt
"
,
"
pycryptodomex
"
,
"
pytz
"
,
"
Click
"
,
...
...
This diff is collapsed.
Click to expand it.
tox.ini
+
1
−
1
View file @
bf406627
...
...
@@ -18,8 +18,8 @@ deps =
pytest
pytest-mock
parameterized
cryptography
coverage
secp256k1
commands
=
coverage
run
--parallel-mode
-m
pytest
{posargs}
coverage
combine
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment