Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
328bd7a
1
Parent(s):
22d55c8
error fixes
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -16,7 +16,7 @@ hpack==4.0.0; python_version >= "3.6" and python_full_version >= "3.6.1"
|
|
16 |
httpcore==0.13.7; python_version >= "3.6"
|
17 |
hyperframe==6.0.1; python_version >= "3.6" and python_full_version >= "3.6.1"
|
18 |
idna==3.3; python_version >= "3.6" and (python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.5") and python_full_version >= "3.6.2"
|
19 |
-
lxml==4.6.
|
20 |
prettyconf==2.2.1
|
21 |
pyaes==1.6.1; python_version >= "3.6" and python_version < "4.0"
|
22 |
pymongo==3.12.3
|
|
|
16 |
httpcore==0.13.7; python_version >= "3.6"
|
17 |
hyperframe==6.0.1; python_version >= "3.6" and python_full_version >= "3.6.1"
|
18 |
idna==3.3; python_version >= "3.6" and (python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.5") and python_full_version >= "3.6.2"
|
19 |
+
lxml==4.6.3; python_version >= "2.7" and python_full_version < "3.10.0" or python_full_version >= "3.5.0"
|
20 |
prettyconf==2.2.1
|
21 |
pyaes==1.6.1; python_version >= "3.6" and python_version < "4.0"
|
22 |
pymongo==3.12.3
|