Skip to content

Commit

Permalink
included basic packages in setup.py (#5)
Browse files Browse the repository at this point in the history
Signed-off-by: Luiz Oliveira <[email protected]>
  • Loading branch information
Ziul authored Nov 16, 2020
1 parent fce10d8 commit 1e83b78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
-i https://pypi.org/simple
appdirs==1.4.3
atomicwrites==1.3.0
attrs==19.3.0
Expand All @@ -21,6 +20,7 @@ mccabe==0.6.1
more-itertools==8.1.0
mypy-extensions==0.4.3
mypy==0.740
nose==1.3.7
packaging==20.1
pathspec==0.7.0
pluggy==0.13.1
Expand Down
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@
packages=find_packages(exclude=['tests']),
install_requires=[
'prometheus-client>=0.6.0',
'APScheduler>=3.6.3',
'flask>=1.0.0',
'requests',
],
extras_require={
'flask': ['Flask>=1.0.0'],
Expand Down

0 comments on commit 1e83b78

Please sign in to comment.