Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Louis
pypimonitor
Commits
ebc961d5
Commit
ebc961d5
authored
Jun 24, 2016
by
Louis Paternault
Browse files
Update package requirements
parent
99aa2372
Changes
3
Hide whitespace changes
Inline
Side-by-side
pypimonitor/__init__.py
View file @
ebc961d5
...
...
@@ -33,7 +33,6 @@ import yaml
import
jinja2
import
pkg_resources
import
requests
import
slumber
from
pypimonitor.cell
import
load_cell_plugins
...
...
requirements.txt
View file @
ebc961d5
Jinja2
PyYAML
requests
setuptools
slumber
straight.plugin
setup.py
View file @
ebc961d5
...
...
@@ -40,6 +40,10 @@ setup(
packages
=
find_packages
(
exclude
=
[
"test*"
]),
setup_requires
=
[
"hgtools"
],
install_requires
=
[
"Jinja2"
,
"PyYAML"
,
"requests"
,
"straight.plugin"
,
],
include_package_data
=
True
,
author
=
'Louis Paternault'
,
...
...
@@ -59,5 +63,5 @@ setup(
"Topic :: Software Development :: Quality Assurance"
,
],
long_description
=
readme
(),
zip_safe
=
Tru
e
,
zip_safe
=
Fals
e
,
)
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