Skip to content

Commit

Permalink
Added future and setuptools to dep
Browse files Browse the repository at this point in the history
  • Loading branch information
dputhier committed Sep 19, 2018
1 parent 3363390 commit 995443d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,9 @@
'GitPython >=2.1.8',
'pyparsing',
'matplotlib >=2.0.2',
'plotnine >=0.4.0'],
'plotnine >=0.4.0',
'future',
'setuptools'],
ext_modules=[lib_pygtftk])

config_dir = os.path.join(os.path.expanduser("~"), ".gtftk")
Expand Down

0 comments on commit 995443d

Please sign in to comment.