Skip to content

Commit

Permalink
Add requests-toolbelt dependency
Browse files Browse the repository at this point in the history
- Bump to 2.2.1.1
  • Loading branch information
smathot committed Mar 19, 2024
1 parent caf336d commit 79a539a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion opensesame_extensions/osweb/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Extension to integrate OSWeb into OpenSesame"""

__version__ = '2.2.1.0'
__version__ = '2.2.1.1'
# The name of the package to check for updates on conda and pip
packages = ['opensesame-extension-osweb']
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "opensesame-extension-osweb"
version = "2.2.1.0"
version = "2.2.1.1"
description = "Extensions and plugins for OpenSesame to run experiments in a browser using OSWeb"
authors = ["Sebastiaan Mathôt <[email protected]>"]
readme = "readme.md"
Expand All @@ -18,6 +18,7 @@ beautifulsoup4 = "*"
js2py = "*"
javascripthon = "*"
esprima = "*"
requests-toolbelt = "*"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 79a539a

Please sign in to comment.