Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
weboob
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
179
Issues
179
List
Boards
Labels
Milestones
Merge Requests
52
Merge Requests
52
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
weboob
weboob
Commits
901e148b
Commit
901e148b
authored
Sep 09, 2019
by
Vincent A
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
python3: setup.py now requires python3.5 or higher
parent
8bf03a62
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
setup.py
setup.py
+2
-4
No files found.
setup.py
View file @
901e148b
...
...
@@ -152,7 +152,6 @@ def install_weboob(qt, xdg):
'six'
,
'unidecode'
,
'Pillow'
,
'futures; python_version < "3.2"'
,
'Babel'
,
]
...
...
@@ -179,12 +178,11 @@ def install_weboob(qt, xdg):
'Environment :: X11 Applications :: Qt'
,
'License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)'
,
'Programming Language :: Python'
,
'Programming Language :: Python :: 2'
,
'Programming Language :: Python :: 2.7'
,
'Programming Language :: Python :: 3'
,
'Programming Language :: Python :: 3.5'
,
'Programming Language :: Python :: 3.6'
,
'Programming Language :: Python :: 3.7'
,
'Programming Language :: Python :: 3.8'
,
'Programming Language :: Python'
,
'Topic :: Communications :: Email'
,
'Topic :: Internet :: WWW/HTTP'
,
...
...
@@ -199,7 +197,7 @@ def install_weboob(qt, xdg):
data_files
=
data_files
,
install_requires
=
requirements
,
python_requires
=
'>=
2.7
'
,
python_requires
=
'>=
3.5
'
,
tests_require
=
[
'flake8'
,
'nose'
,
...
...
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