1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/calibreweb_ynh.git synced 2024-09-03 18:16:20 +02:00
calibreweb_ynh/sources/patches/main-optional-requirements.txt.patch
2024-07-09 23:56:03 +02:00

39 lines
932 B
Diff

--- a/optional-requirements.txt 2024-07-06 04:29:16.000000000 +0200
+++ b/optional-requirements.txt 2024-07-09 23:27:11.250122853 +0200
@@ -1,19 +1,5 @@
# GDrive Integration
-google-api-python-client>=1.7.11,<2.200.0
gevent>20.6.0,<24.3.0
-greenlet>=0.4.17,<3.1.0
-httplib2>=0.9.2,<0.23.0
-oauth2client>=4.0.0,<4.1.4
-uritemplate>=3.0.0,<4.2.0
-pyasn1-modules>=0.0.8,<0.5.0
-pyasn1>=0.1.9,<0.7.0
-PyDrive2>=1.3.1,<1.20.0
-PyYAML>=3.12,<6.1
-rsa>=3.4.2,<4.10.0
-
-# Gmail
-google-auth-oauthlib>=0.4.3,<1.3.0
-google-api-python-client>=1.7.11,<2.200.0
# goodreads
goodreads>=0.3.2,<0.4.0
@@ -23,9 +9,6 @@
python-ldap>=3.0.0,<3.5.0
Flask-SimpleLDAP>=1.4.0,<2.1.0
-# oauth
-Flask-Dance>=2.0.0,<7.1.0
-SQLAlchemy-Utils>=0.33.5,<0.42.0
# metadata extraction
rarfile>=3.2,<5.0
@@ -43,6 +26,3 @@
# Kobo integration
jsonschema>=3.2.0,<4.23.0
-
-# Hide console Window on Windows
-pywin32>=220,<310 ; sys_platform == 'win32'