commit
6e2e1ebe7a
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "OpenSlides3-Client",
|
"name": "OpenSlides3-Client",
|
||||||
"version": "3.1.1",
|
"version": "3.2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/OpenSlides/OpenSlides.git"
|
"url": "git://github.com/OpenSlides/OpenSlides.git"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
__author__ = "OpenSlides Team <support@openslides.org>"
|
__author__ = "OpenSlides Team <support@openslides.org>"
|
||||||
__description__ = "Presentation and assembly system"
|
__description__ = "Presentation and assembly system"
|
||||||
__version__ = "3.2-master"
|
__version__ = "3.3-master"
|
||||||
__license__ = "MIT"
|
__license__ = "MIT"
|
||||||
__url__ = "https://openslides.com"
|
__url__ = "https://openslides.com"
|
||||||
|
|
||||||
|
@ -21,4 +21,4 @@ roman>=2.0,<3.2
|
|||||||
setuptools>=29.0,<42.0
|
setuptools>=29.0,<42.0
|
||||||
typing_extensions>=3.6.6,<3.8
|
typing_extensions>=3.6.6,<3.8
|
||||||
websockets>=8.0,<9.0
|
websockets>=8.0,<9.0
|
||||||
twisted>=20.3.0
|
twisted[tls]>=20.3.0
|
||||||
|
Loading…
Reference in New Issue
Block a user