Skip to content

Commit

Permalink
Removed "websocket" as a dependecy, and updated Readme to use pip3
Browse files Browse the repository at this point in the history
  • Loading branch information
ggallohernandez committed Oct 14, 2020
1 parent e4bd13e commit f13c916
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Installing

.. code-block::
pip install pymatriz
pip3 install pymatriz
API Credentials
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ enum34>=1.1.6
websocket-client>=0.54.0
pandas~=1.1.3
lxml~=4.5.2
websocket~=0.2.1
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='pymatriz',
version='0.1.0',
version='0.1.1',
packages=['pymatriz'],
url='',
license='MIT License',
Expand All @@ -19,7 +19,6 @@
'websocket-client>=0.54.0',
'pandas~=1.1.3',
'lxml~=4.5.2',
'websocket~=0.2.1',
],
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit f13c916

Please sign in to comment.