Depend on dulwich and future.
This commit is contained in:
parent
9f36207fe3
commit
9f55b5f4d8
6
setup.py
6
setup.py
|
|
@ -18,7 +18,7 @@
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with Thun. If not see <http://www.gnu.org/licenses/>.
|
# along with Thun. If not see <http://www.gnu.org/licenses/>.
|
||||||
#
|
#
|
||||||
from distutils.core import setup
|
from setuptools import setup
|
||||||
from textwrap import dedent
|
from textwrap import dedent
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -44,4 +44,8 @@ setup(
|
||||||
'Programming Language :: Other',
|
'Programming Language :: Other',
|
||||||
'Topic :: Software Development :: Interpreters',
|
'Topic :: Software Development :: Interpreters',
|
||||||
],
|
],
|
||||||
|
install_requires=[
|
||||||
|
'dulwich',
|
||||||
|
'future',
|
||||||
|
]
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue