Skip to content

Commit

Permalink
Update marketplace requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ptzianos committed Oct 20, 2019
1 parent 3a8c210 commit a6819ca
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 20 deletions.
94 changes: 80 additions & 14 deletions marketplace/poetry.lock

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

1 change: 1 addition & 0 deletions marketplace/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ gunicorn = {version = "^19.9",optional = true}
psycopg2 = {version = "^2.8",optional = true}
web3 = "^4.9"
bitcoin = {git = "https://github.com/sylvandb/pybitcointools.git"}
celery = "^4.3"

[tool.poetry.dev-dependencies]
pytest = "^4.1"
Expand Down
8 changes: 2 additions & 6 deletions marketplace/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ atomicwrites==1.3.0
attrdict==2.0.1
attrs==19.1.0
backcall==0.1.0
-e git+git@github.com:sylvandb/pybitcointools.git@f19385d60cfa45e7140ae0d82eb32976cf96d2d5#egg=bitcoin
-e git+https://github.com/sylvandb/pybitcointools.git@f19385d60cfa45e7140ae0d82eb32976cf96d2d5#egg=bitcoin
blinker==1.4
Cerberus==1.3.1
certifi==2019.3.9
cffi==1.12.3
chardet==3.0.4
Click==7.0
coverage==4.5.3
Expand All @@ -22,11 +21,10 @@ eth-typing==2.1.0
eth-utils==1.6.1
Flask==1.0.3
Flask-Session==0.3.1
gunicorn==19.9.0
hexbytes==0.2.0
idna==2.8
importlib-metadata==0.17
ipdb==0.11
ipdb==0.12.2
ipython==7.5.0
ipython-genutils==0.2.0
itsdangerous==1.1.0
Expand All @@ -42,12 +40,10 @@ parsimonious==0.8.1
parso==0.4.0
pexpect==4.7.0
pickleshare==0.7.5
pkg-resources==0.0.0
pluggy==0.12.0
prompt-toolkit==2.0.9
ptyprocess==0.6.0
py==1.8.0
pycparser==2.19
pycryptodome==3.8.2
Pygments==2.4.2
pyparsing==2.4.0
Expand Down

0 comments on commit a6819ca

Please sign in to comment.