Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Packages
chemical_checker
Commits
0c92f8cc
Commit
0c92f8cc
authored
Jan 17, 2019
by
Martino Bertoni
🌋
Browse files
fixing package setup
parent
b6b89f0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
chemicalchecker/setup.py
View file @
0c92f8cc
...
...
@@ -11,7 +11,13 @@ with open('README.rst') as readme_file:
with
open
(
'HISTORY.rst'
)
as
history_file
:
history
=
history_file
.
read
()
requirements
=
[
]
requirements
=
[
'six'
,
'autologging'
,
'paramiko'
,
'termcolor'
,
'standardiser'
,
'psycopg2'
,
'xlrd'
,
'cmapPy'
,
'e3fp'
,
'gensim'
,
'csvsort'
,
'intbitset'
,
'cython'
,
'sqlalchemy'
,
'patool'
,
'wget'
,
'timeout_decorator'
,
'numpy'
,
'pandas'
,
'scipy'
,
'theano'
,
'h5py'
,
'tqdm'
,
'networkx'
,
'matplotlib'
,
'seaborn'
,
'scikit-learn'
,
'tensorflow'
,
'adanet'
,
'keras'
,
'hdbscan'
,
'MulticoreTSNE'
,
'fancyimpute'
,
'pybel'
]
setup_requirements
=
[
'pytest-runner'
,
]
...
...
@@ -40,7 +46,7 @@ setup(
include_package_data
=
True
,
keywords
=
'chemicalchecker'
,
name
=
'chemicalchecker'
,
packages
=
find_packages
(
include
=
[
'chemicalchecker'
]
),
packages
=
find_packages
(),
setup_requires
=
setup_requirements
,
test_suite
=
'tests'
,
tests_require
=
test_requirements
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment