Skip to content

Commit

Permalink
[IMP] update Locust version
Browse files Browse the repository at this point in the history
  • Loading branch information
nseinlet committed Mar 13, 2024
1 parent e69d2ed commit 91e6097
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 1 addition & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
odoo-client-lib==1.2.2
locust==2.18.1
greenlet==1.1.3
flask==2.2.5
locust==2.24.0
names==0.3.0
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
from setuptools import setup, find_packages

setup(name='OdooLocust',
version='1.6.3',
version='1.6.4',
description='Easily load test Odoo using Locust and odoolib.',
author='Nicolas Seinlet',
author_email='',
Expand All @@ -41,9 +41,7 @@
package_dir={'': 'src'},
install_requires=[
'odoo-client-lib>=1.2.2',
'locust>=2.18.1',
'greenlet>=1.1.3',
'flask>=2.1.3',
'locust>=2.24.0',
'names>=0.3.0',
],
long_description="See the home page for any information: https://github.com/odoo/OdooLocust.",
Expand Down

0 comments on commit 91e6097

Please sign in to comment.