Commit 10dab192 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

Release 0.131

Also add a "Requires-Python" information so that dropping python2
support will be easier in the future. See https://packaging.python.org/en/latest/guides/dropping-older-python-versions/
parent e65ca3b2
Pipeline #26892 failed with stage
in 0 seconds
unreleased
==========
0.131 (2023-03-01)
==================
* promise/plugin: add check_websocket_available promise
* runner: totally remove runner directory (webrunner is replaced by Theia)
0.130 (2023-02-08)
......
......@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
import glob
import os
version = '0.130'
version = '0.131'
name = 'slapos.toolbox'
long_description = open("README.rst").read() + "\n"
......@@ -29,6 +29,7 @@ setup(name=name,
maintainer="Nexedi",
maintainer_email="info@nexedi.com",
url="https://lab.nexedi.com/nexedi/slapos.toolbox",
python_requires='>=2.7',
install_requires=(
'Flask', # needed by servers
'atomize', # needed by pubsub
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment