Skip to content

Commit

Permalink
removed unnecessary requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
tyasuok committed Mar 14, 2022
1 parent cb6c122 commit a311ad6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion comdinheiro/instruments.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import requests
import pandas as pd
from typing import Union
import matplotlib.pyplot as plt

class instrument:
"""
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
'requests',
"numpy",
"pandas",
"matplotlib",
],
classifiers=[
'Development Status :: 3 - Alpha',
Expand Down

0 comments on commit a311ad6

Please sign in to comment.