Skip to content

Commit

Permalink
Change req to 3.6
Browse files Browse the repository at this point in the history
Change req to 3.6
  • Loading branch information
alrevuelta authored Jun 29, 2020
1 parent b287553 commit 5b13419
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
# Pick your license as you wish
'License :: OSI Approved :: MIT License',

'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.6',
],

keywords='avanza broker trading',
package_dir={'avanzapy': 'avanzapy'},
packages=['avanzapy'],
python_requires='>=3.8',
python_requires='>=3.6',
install_requires=["aiohttp>=3.6.2",
"requests==2.23.0",
"pandas==1.0.4",
Expand Down

0 comments on commit 5b13419

Please sign in to comment.