mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-12 23:27:22 +00:00
Properly pin dependencies
This commit is contained in:
parent
ae92fb912c
commit
c519a7aa7a
@ -21,7 +21,7 @@ setup(
|
||||
include_package_data=True,
|
||||
install_requires=[
|
||||
'indico>=3.0.dev0',
|
||||
'pygments',
|
||||
'Pygments>=2.7.2,<3',
|
||||
],
|
||||
python_requires='~=3.9',
|
||||
entry_points={'indico.plugins': {'previewer_code = indico_previewer_code:CodePreviewerPlugin'}}
|
||||
|
||||
@ -21,7 +21,7 @@ setup(
|
||||
include_package_data=True,
|
||||
install_requires=[
|
||||
'indico>=3.0.dev0',
|
||||
'zeep',
|
||||
'zeep>=4.0.0,<5',
|
||||
],
|
||||
python_requires='~=3.9',
|
||||
classifiers=[
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user