aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2018-07-14 15:00:49 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2018-07-14 15:00:49 +0200
commit68b2f9bd888f86766fea254d6253f3b1e88cc8a4 (patch)
tree5103abc40c4e0b309588179d2b0f3720ddfc8e66 /setup.py
parentc5476aba69eded6ccc1343247219ea754e08e3ff (diff)
downloadee-python-68b2f9bd888f86766fea254d6253f3b1e88cc8a4.tar.gz
ee-python-68b2f9bd888f86766fea254d6253f3b1e88cc8a4.tar.bz2
ee-python-68b2f9bd888f86766fea254d6253f3b1e88cc8a4.tar.xz
ee-python-68b2f9bd888f86766fea254d6253f3b1e88cc8a4.zip
wip
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 0470b81..b13b857 100644
--- a/setup.py
+++ b/setup.py
@@ -12,11 +12,11 @@ setup(name='ee',
install_requires=[
'ansicolors',
'cachecontrol',
+ 'configclass',
'lockfile',
'lxml',
'matplotlib',
'mpmath',
- 'mypy',
'numpy',
'pandas',
'parsec',