Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
forgotpwd
Commits
b0cf3a3f8c75
Commit
2a5729fa
authored
May 17, 2019
by
Philippe Pepiot
Browse files
[pkg] depends on cubicweb[crypto] instead of depending directly on pycrypto
Since we don't use Crypo module directly.
parent
dae6d18e876c
Changes
1
Hide whitespace changes
Inline
Side-by-side
cubicweb_forgotpwd/__pkginfo__.py
View file @
b0cf3a3f
...
...
@@ -20,8 +20,7 @@ classifiers = [
'Programming Language :: JavaScript'
,
]
__depends__
=
{
'cubicweb'
:
'>= 3.25.0'
,
'pycrypto'
:
None
,
__depends__
=
{
'cubicweb[crypto]'
:
'>= 3.25.0'
,
'Pillow'
:
None
,
'six'
:
None
,
}
...
...
Write
Preview
Supports
Markdown
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