Skip to content

Commit

Permalink
Add transient dependency requests
Browse files Browse the repository at this point in the history
Needed on a new install
  • Loading branch information
JakobGM committed Mar 19, 2018
1 parent 7f873d8 commit 97dbbeb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@

from setuptools import find_packages, setup


def readme():
with open(Path(__file__).parent / 'README.rst') as file:
return file.read()


setup(
name='astrality',
version='0.5.2',
Expand All @@ -18,6 +20,7 @@ def readme():
'astral',
'mypy_extensions',
'pyyaml',
'requests',
'watchdog',
],
python_requires='>=3.6',
Expand Down

0 comments on commit 97dbbeb

Please sign in to comment.