Commit
·
1b97c2e
1
Parent(s):
862921e
Update requirements.txt
Browse files- requirements.txt +2 -4
requirements.txt
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
jupyterlab==3.6.1
|
| 2 |
jupyter-server==2.3.0
|
| 3 |
tornado==6.2
|
| 4 |
-
|
|
|
|
| 5 |
dghs-imgutils>=0.2.1
|
| 6 |
-
git+https://github.com/narugo1992/gchar.git@main
|
| 7 |
pillow
|
| 8 |
numpy
|
| 9 |
scipy
|
|
@@ -18,8 +18,6 @@ markdown2
|
|
| 18 |
urlobject
|
| 19 |
blurhash
|
| 20 |
dateparser
|
| 21 |
-
backports.zoneinfo; python_version < '3.9'
|
| 22 |
-
git+https://github.com/narugo1992/pycivitai.git@main
|
| 23 |
natsort
|
| 24 |
pyquery
|
| 25 |
pandas
|
|
|
|
| 1 |
jupyterlab==3.6.1
|
| 2 |
jupyter-server==2.3.0
|
| 3 |
tornado==6.2
|
| 4 |
+
itemadapter==0.8.0
|
| 5 |
+
Scrapy==2.11.0
|
| 6 |
dghs-imgutils>=0.2.1
|
|
|
|
| 7 |
pillow
|
| 8 |
numpy
|
| 9 |
scipy
|
|
|
|
| 18 |
urlobject
|
| 19 |
blurhash
|
| 20 |
dateparser
|
|
|
|
|
|
|
| 21 |
natsort
|
| 22 |
pyquery
|
| 23 |
pandas
|