Skip to content

Conversation

@chylli-deriv
Copy link
Contributor

No description provided.

@diego-deriv
Copy link

LGTM

@@ -0,0 +1,21 @@
MIT License
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can ask other again to confirm this license .

Makefile Outdated
build:
pip3 install build && python3 -m build
coverage:
pipenv run coverage run --source deriv_api -m pytest && pipenv run coverage report -m No newline at end of file
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
pipenv run coverage run --source deriv_api -m pytest && pipenv run coverage report -m
pipenv run coverage run --source deriv_api -m pytest && pipenv run coverage report -m

Pipfile Outdated
Comment on lines 2 to 4
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this section should be updated.

Suggested change
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
url = "https://github.com/binary-com/python-deriv-api"
verify_ssl = true
name = "python-driv-api"

coverage = "===4.5.4"

[requires]
python_version = "3.9.6"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we add a comment to explain why we need 3.9.6 ?
like there is a bug in 'websockets' package when python is 3.9.7. Hope it will be fixed in 3.9.8

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added a note in README

Use this all-in-one python library to set up and make your app running or you can extend it.

### Requirement
Python (3.9.6 or higher is recommended) and pip3
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please exclude 3.9.7 here.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added a note

@@ -0,0 +1,14 @@
"""
.. include:: ../README.md
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wow, can here doc include md file ?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes

@raunakkathuria raunakkathuria merged commit b40fca1 into deriv-com:master Nov 24, 2021
@chylli-deriv chylli-deriv deleted the develop branch June 9, 2022 06:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants