You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sys.exit('Python 3.9+ required to install this package. Install it here: https://www.python.org/downloads/')
def readme():
with open("README.md") as infile:
return infile.read().strip()
setup(
name='alpaca_finance',
version=__version__,
author='Harrison Schick',
author_email='hschickdevs@gmail.com',
description='An unofficial Python3.9+ package that models positions on the Alpaca Finance platform to simplify interaction with their smart contracts in your Python projects.',