forked from th0ma7/spksrc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
octoprint: Update to version 1.7.3 and migrate to crossenv (SynoCommu…
…nity#5217) * octoprint: Update to version 1.7.3 and migrate to crossenv * octoprint: No need to re-install as already done through pip
- Loading branch information
Showing
7 changed files
with
42 additions
and
55 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,53 @@ | ||
# all requirements are taken from the list "INSTALL_REQUIRES" in the | ||
# original setup.py at: https://github.com/OctoPrint/OctoPrint/blob/master/setup.py | ||
OctoPrint==1.7.3 | ||
#git+https://github.com/OctoPrint/[email protected]#egg=octoprint==1.8.0 | ||
OctoPrint-FileCheck==2021.2.23 | ||
OctoPrint-FirmwareCheck==2021.10.11 | ||
OctoPrint-PiSupport==2022.3.28 | ||
|
||
Flask==1.1.4 | ||
Flask_Assets==2.0 | ||
Flask_Babel==1.0.0 | ||
Flask_Login==0.5.0 | ||
Jinja2==2.11.3 | ||
Markdown==3.1.1 | ||
OctoPrint_FileCheck==2021.2.23 | ||
OctoPrint_FirmwareCheck==2021.10.11 | ||
OctoPrint_PiSupport==2021.10.28 | ||
Unidecode==1.3.2 | ||
Babel==2.10.0 | ||
blinker==1.4 | ||
cachelib==0.1.1 | ||
#certifi==2021.10.8 ==> python310 | ||
charset-normalizer==2.0.12 | ||
click==7.1.2 | ||
colorlog==5.0.1 | ||
emoji==1.6.1 | ||
#distlib==0.3.4 ==> python310 | ||
emoji==1.7.0 | ||
feedparser==6.0.8 | ||
filetype==1.0.8 | ||
#filelock==3.6.0 ==> python310 | ||
filetype==1.0.12 | ||
Flask==1.1.4 | ||
Flask-Assets==2.0 | ||
Flask-Babel==1.0.0 | ||
Flask-Login==0.5.0 | ||
future==0.18.2 | ||
idna==3.3 | ||
ifaddr==0.1.7 | ||
immutabledict==2.2.1 | ||
itsdangerous==1.1.0 | ||
Jinja2==2.11.3 | ||
Markdown==3.1.1 | ||
netaddr==0.8.0 | ||
pathtools==0.1.2 | ||
pathvalidate==2.5.0 | ||
pkginfo==1.7.1 | ||
pylru==1.2.0 | ||
pkginfo==1.8.2 | ||
#platformdirs==2.5.1 ==> python310 | ||
pylru==1.2.1 | ||
pyserial==3.5 | ||
requests==2.26.0 | ||
pytz==2022.1 | ||
requests==2.27.1 | ||
sarge==0.1.6 | ||
semantic_version==2.8.5 | ||
sentry_sdk==1.4.3 | ||
semantic-version==2.9.0 | ||
sentry-sdk==1.5.10 | ||
sgmllib3k==1.0.0 | ||
#six==1.16.0 ==> python310 | ||
Unidecode==1.3.4 | ||
urllib3==1.26.9 | ||
#virtualenv==20.13.4 ==> python310 | ||
watchdog==0.10.4 | ||
websocket_client==0.59.0 | ||
webassets==2.0 | ||
websocket-client==0.59.0 | ||
zeroconf==0.33.4 | ||
zipstream_new==1.1.8 | ||
zipstream-new==1.1.8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters