aboutsummaryrefslogtreecommitdiff
path: root/cli/pyproject.toml
AgeCommit message (Expand)Author
2023-05-29Switch to Waitress and Flask-Compress in lieu of werkzeug serverMiguel Jacq
2023-05-22Merge branch 'main' into update-depsMicah Lee
2023-05-22Merge branch 'main' into python-3.11python-3.11Micah Lee
2023-05-22Update all dependenciesMicah Lee
2023-05-22Upgrade to pyside6 6.5.0, to allow python 3.11.x, and also upgrade other poet...Micah Lee
2023-05-22Bump flask-socketio from 5.3.1 to 5.3.4 in /clidependabot[bot]
2023-04-19Merge branch 'fix-builds' of github.com:onionshare/onionshare into pyside6-pa...Saptak S
2023-04-09Updates poetry build system to poetry-coreSaptak S
2023-02-05Change minimum Python version to 3.8, and update all poetry depsMicah Lee
2022-12-15Update certifi and pytest dependenciesMiguel Jacq
2022-12-11Update obfs4proxy, meek and tor versions. Try building 32-bit snapcraft. Bump...Miguel Jacq
2022-10-07Downgrade werkzeug back to 2.0.3 to temporarily deal with the shutdown issue ...Miguel Jacq
2022-10-06Snapcraft and Flatpak in CI (#1620)Micah Lee
2022-09-30Downgrade Flask back to 2.0.3Micah Lee
2022-09-30Downgrade flask to 2.1.3 (#1614)Micah Lee
2022-09-30Try switching from cepa 1.8.3 to stem 1.8.1Micah Lee
2022-09-30Update pip dependencies, and also socket.ioMicah Lee
2022-06-19Version bump to 2.6.dev1Micah Lee
2022-03-06Update flask to 2.0.3, flask-socketio to 5.1.1, update socketio js, and the r...Micah Lee
2022-01-17Update onionshare_cli poetry deps, and fix testsMicah Lee
2022-01-17Actually bump version to 2.5Micah Lee
2022-01-16Version bump to 2.4.1Micah Lee
2021-12-21Solve obnoxious cx_Freeze issue that broke websockets by enforcing async_mode...Micah Lee
2021-11-14Upgrade to cepa 1.8.3Micah Lee
2021-11-12Switch stem with cepa, and update CLI packagesMicah Lee
2021-09-10Version bump to 2.4Micah Lee
2021-08-27ClientAuthV3 fixesMiguel Jacq
2021-08-27merge develop branch into client_auth_v3 branch and use our forked stem which...Miguel Jacq
2021-08-20Version bump to 2.3.3Micah Lee
2021-06-01Update release docs, and update CLI poetry lockMicah Lee
2021-05-17Pin Flask at 1.1.4 to avoid Flask 2.0.0 which requires Jinja2 3.0.0 but the l...Miguel Jacq
2021-05-11Merge branch 'develop' into client_auth_v3Miguel Jacq
2021-05-07Pins flask-socketio to 5.0.1 in pyproject.tomlSaptak S
2021-05-06merge from develop and fix conflicts, update poetryMiguel Jacq
2021-05-06Remove v2 legacy onion support, and its corresponding client auth functionali...Miguel Jacq
2021-05-03Version bump to 2.3.2 and update changelog, and upgrade PySide to 5.15.2Micah Lee
2021-05-04Early support for ClientAuth with v3 onionsMiguel Jacq
2021-05-02Use colorama for terminal colors, to get Windows supportMicah Lee
2021-04-11Update poetry deps, and add requests[socks]Micah Lee
2021-02-22Version bump to 2.3.1Micah Lee
2021-02-15Version bump from 2.3.dev2 to 2.3, and build the latest docs, in the latest l...Micah Lee
2021-01-31Update requirements.txtKcchouette
2020-11-17Move psutil dependency from desktop to CLIMicah Lee
2020-11-09Add setuptools as a dependency for pkg_resources module, and update build scr...Micah Lee
2020-11-08Version bump to 2.3.dev2, and update Linux installation in docsMicah Lee
2020-11-08Fix get_resource_path to work with python eggs, move appdata xml file to src ...Micah Lee
2020-11-03Make snapcraft packaging work with briefcase refactorMicah Lee
2020-10-15Make onionshare_cli an actual dependency of the GUI versionMicah Lee
2020-10-12Add onionshare CLI to cli folder, move GUI to desktop folder, and start refac...Micah Lee