Spaces:
Paused
Paused
Change the version if creates conflict....not have checked before merging :sweat_smile:
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -28,6 +28,6 @@ soupsieve==2.3.2.post1; python_version >= "3.6" and python_full_version >= "3.6.
|
|
| 28 |
tgcrypto==1.2.5; python_version >= "3.6" and python_version < "4.0"
|
| 29 |
tswift==0.7.0
|
| 30 |
typing-extensions==4.3.0; python_full_version >= "3.6.2" and python_version >= "3.7" and python_version < "3.8"
|
| 31 |
-
ujson==5.
|
| 32 |
urllib3==1.26.11; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.7"
|
| 33 |
wikipedia==1.4.0
|
|
|
|
| 28 |
tgcrypto==1.2.5; python_version >= "3.6" and python_version < "4.0"
|
| 29 |
tswift==0.7.0
|
| 30 |
typing-extensions==4.3.0; python_full_version >= "3.6.2" and python_version >= "3.7" and python_version < "3.8"
|
| 31 |
+
ujson==5.7.0; python_version >= "3.7"
|
| 32 |
urllib3==1.26.11; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.7"
|
| 33 |
wikipedia==1.4.0
|