Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
kstaniek committed Feb 5, 2019
1 parent c79865e commit d39332f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
aiohttp==3.5.4
async-timeout==3.0.1
aiohttp
async-timeout
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
MIN_PY_VERSION = "3.5.0"

REQUIRES = [
'aiohttp==3.5.4',
'async-timeout==3.0.1'
'aiohttp',
'async-timeout'
]

PACKAGES = find_packages(exclude=['tests', 'tests.*'])

setup(
name='asmog',
version='0.0.3',
version='0.0.4',
url='https://github.com/kstaniek/python-ampio-smog-api',
download_url='https://github.com/kstaniek/python-ampio-smog-api/releases',
author='Klaudiusz Staniek',
Expand Down

0 comments on commit d39332f

Please sign in to comment.