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
SACADA
sacada-python
Commits
a2b132ad
Commit
a2b132ad
authored
Oct 01, 2019
by
Pedro Henrique Kopper
Browse files
Adicionar dependências no setup.py
parent
db54a480
Changes
1
Show whitespace changes
Inline
Side-by-side
setup.py
View file @
a2b132ad
...
...
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools
.
setup
(
name
=
"sacada-python"
,
version
=
"0.0.
1
"
,
version
=
"0.0.
2
"
,
author
=
"Pedro Henrique Capp Kopper"
,
author_email
=
"pedro.kopper@ufrgs.br"
,
description
=
"Python API for the SACADA data acquisition system"
,
...
...
@@ -21,5 +21,12 @@ setuptools.setup(
"Topic :: Scientific/Engineering"
,
"Operating System :: OS Independent"
,
],
python_requires
=
'>=3.5'
,
install_requires
=
[
'pyserial'
,
'tdqm'
,
'click'
,
'thermocouples-reference'
,
'scipy'
],
python_requires
=
'>=3.6'
,
)
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