aboutsummaryrefslogtreecommitdiff
path: root/desktop/pyproject.toml
diff options
context:
space:
mode:
authorNoisyCoil <noisycoil@tutanota.com>2022-12-30 19:55:47 +0100
committerNoisyCoil <noisycoil@tutanota.com>2022-12-30 19:55:47 +0100
commite3613c39fe2750a1a70782d28aac68ed0e909b49 (patch)
tree4817240dc8cf62afb6194968d9d5a7e78f79d198 /desktop/pyproject.toml
parent8e77fa4fe019fc088605c6c6289b8634e67e9477 (diff)
parent5d6f155066fee4cf773a617f4123c83669b6d6f1 (diff)
downloadonionshare-e3613c39fe2750a1a70782d28aac68ed0e909b49.tar.gz
onionshare-e3613c39fe2750a1a70782d28aac68ed0e909b49.zip
Completed merge
Diffstat (limited to 'desktop/pyproject.toml')
-rw-r--r--desktop/pyproject.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/pyproject.toml b/desktop/pyproject.toml
index 432ed258..073da182 100644
--- a/desktop/pyproject.toml
+++ b/desktop/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "onionshare"
-version = "2.6"
+version = "2.6.1"
description = "OnionShare lets you securely and anonymously send and receive files. It works by starting a web server, making it accessible as a Tor onion service, and generating an unguessable web address so others can download files from you, or upload files to you. It does _not_ require setting up a separate server or using a third party file-sharing service."
authors = ["Micah Lee <micah@micahflee.com>"]
license = "GPLv3+"
@@ -15,9 +15,9 @@ pyside6 = "^6.4.0"
[tool.poetry.dev-dependencies]
click = "*"
black = "*"
-pytest = "*"
+pytest = ">=7.2.0"
pytest-faulthandler = "*"
-pytest-qt = "*"
+pytest-qt = ">=4.2.0"
cx_freeze = "*"
importlib-metadata = "*"