Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
fuss-manager
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
32
Issues
32
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
FUSS
fuss-manager
Commits
ded7fe8f
Commit
ded7fe8f
authored
Sep 23, 2019
by
Elena Grandi
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 't788'
parents
1758c282
08fdbaa1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
README.txt
README.txt
+1
-0
setup.py
setup.py
+6
-2
No files found.
README.txt
View file @
ded7fe8f
...
...
@@ -5,6 +5,7 @@ Dependencies
------------
* ``python3 >= 3.4``
* ``python3-setuptools``
* ``python3-tornado >= 4.4``
* ``python3-ruamel.yaml >= 0.15``
* ``python3-aiodns``
...
...
setup.py
View file @
ded7fe8f
#!/usr/bin/env python3
from
distutils.core
import
setup
from
setuptools
import
setup
setup
(
name
=
'fuss-manager'
,
version
=
'0.
5
.0'
,
version
=
'0.
6
.0'
,
description
=
''
,
author
=
'Provincia Autonoma di Bolzano'
,
author_email
=
''
,
...
...
@@ -14,10 +14,14 @@ setup(
install_requires
=
[
'python-dateutil'
,
'tornado'
,
'ruamel.yaml'
,
'aiodns'
,
],
test_requires
=
[
'python-dateutil'
,
'tornado'
,
'ruamel.yaml'
,
'aiodns'
,
],
classifiers
=
[
'Framework :: Twisted'
,
...
...
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