Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
flask-simpleldap
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nimrod
flask-simpleldap
Commits
9c860a0e
Commit
9c860a0e
authored
5 years ago
by
admiralobvious
Browse files
Options
Downloads
Patches
Plain Diff
fix dep in setup.py
parent
de9a6a94
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
dev_requirements.txt
+2
-1
2 additions, 1 deletion
dev_requirements.txt
docs/conf.py
+3
-3
3 additions, 3 deletions
docs/conf.py
setup.py
+2
-3
2 additions, 3 deletions
setup.py
with
7 additions
and
7 deletions
dev_requirements.txt
+
2
−
1
View file @
9c860a0e
-r requirements.txt
pyldap
>=2.4.28 # here instead of requirements.txt so rtfd can build
pyldap
>=2.4.28 # here instead of requirements.txt so rtfd can build
Sphinx
>=1.5.5
Sphinx
>=1.5.5
-r requirements.txt
This diff is collapsed.
Click to expand it.
docs/conf.py
+
3
−
3
View file @
9c860a0e
...
@@ -57,16 +57,16 @@ master_doc = 'index'
...
@@ -57,16 +57,16 @@ master_doc = 'index'
# General information about the project.
# General information about the project.
project
=
u
'
Flask-SimpleLDAP
'
project
=
u
'
Flask-SimpleLDAP
'
copyright
=
u
'
201
7
, Alexandre Ferland
'
copyright
=
u
'
201
9
, Alexandre Ferland
'
# The version info for the project you're documenting, acts as replacement for
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# |version| and |release|, also used in various other places throughout the
# built documents.
# built documents.
#
#
# The short X.Y version.
# The short X.Y version.
version
=
'
1.3.
0
'
version
=
'
1.3.
1
'
# The full version, including alpha/beta/rc tags.
# The full version, including alpha/beta/rc tags.
release
=
'
1.3.
0
'
release
=
'
1.3.
1
'
# The language for content autogenerated by Sphinx. Refer to documentation
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
# for a list of supported languages.
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
2
−
3
View file @
9c860a0e
...
@@ -9,7 +9,7 @@ from setuptools import setup
...
@@ -9,7 +9,7 @@ from setuptools import setup
setup
(
setup
(
name
=
'
Flask-SimpleLDAP
'
,
name
=
'
Flask-SimpleLDAP
'
,
version
=
'
1.3.
0
'
,
version
=
'
1.3.
1
'
,
url
=
'
https://github.com/admiralobvious/flask-simpleldap
'
,
url
=
'
https://github.com/admiralobvious/flask-simpleldap
'
,
license
=
'
MIT
'
,
license
=
'
MIT
'
,
author
=
'
Alexandre Ferland
'
,
author
=
'
Alexandre Ferland
'
,
...
@@ -22,7 +22,7 @@ setup(
...
@@ -22,7 +22,7 @@ setup(
platforms
=
'
any
'
,
platforms
=
'
any
'
,
install_requires
=
[
install_requires
=
[
'
Flask>=0.12.4
'
,
'
Flask>=0.12.4
'
,
'
py
thon-
ldap
'
'
pyldap
'
],
],
classifiers
=
[
classifiers
=
[
'
Environment :: Web Environment
'
,
'
Environment :: Web Environment
'
,
...
@@ -30,7 +30,6 @@ setup(
...
@@ -30,7 +30,6 @@ setup(
'
License :: OSI Approved :: MIT License
'
,
'
License :: OSI Approved :: MIT License
'
,
'
Operating System :: OS Independent
'
,
'
Operating System :: OS Independent
'
,
'
Programming Language :: Python :: 2.7
'
,
'
Programming Language :: Python :: 2.7
'
,
'
Programming Language :: Python :: 3.4
'
,
'
Programming Language :: Python :: 3.5
'
,
'
Programming Language :: Python :: 3.5
'
,
'
Programming Language :: Python :: 3.6
'
,
'
Programming Language :: Python :: 3.6
'
,
'
Programming Language :: Python :: 3.7
'
,
'
Programming Language :: Python :: 3.7
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment