Skip to content

Commit

Permalink
Updates dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
luizfelippesr committed Jun 26, 2020
1 parent a53c2c1 commit e6f7039
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# GalMag
# Copyright (C) 2017 Luiz Felippe S. Rodrigues
# Copyright (C) 2020 Luiz Felippe S. Rodrigues
#
# GalMag is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -41,7 +41,5 @@ def read(fname):
python_requires='>=3.5, <4',
zip_safe=False,
long_description=read('README.rst'),
dependency_links=[
'git+https://gitlab.mpcdf.mpg.de/ift/d2o.git#egg=d2o'],
install_requires=requirements,
)

0 comments on commit e6f7039

Please sign in to comment.