Merge pull request #604 from localagi/patch-1

Use poetry (again) - disable all up and downstream version conflicts
pull/609/merge
xtekky 1 year ago committed by GitHub
commit 2c6c2a779f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1380
poetry.lock generated

File diff suppressed because it is too large Load Diff

@ -9,18 +9,27 @@ packages = [{ include = "gpt4free" }]
exclude = ["**/*.txt"]
[tool.poetry.dependencies]
python = "^3.7"
websocket-client = "^1.5.1"
requests = "2.29.0"
tls-client = "^0.2"
pypasser = "^0.0.5"
names = "^0.3.0"
python = "^3.10"
colorama = "^0.4.6"
curl-cffi = "^0.5.5"
selenium = "^4.9.0"
fake-useragent = "^1.1.3"
twocaptcha = "^0.0.1"
Levenshtein = "*"
mailgw_temporary_email = "*"
names = "^0.3.0"
pycryptodome = "*"
pydantic = "^1.10.7"
pypasser = "^0.0.5"
pymailtm = "*"
random-password-generator = "*"
requests = "^2.29.0"
retrying = "*"
selenium = "^4.9.0"
streamlit-chat = { git = "https://github.com/AI-Yash/st-chat", rev = "ffb0583" }
streamlit = "^1.21.0"
tls-client = "^0.2"
twocaptcha = "^0.0.1"
websocket-client = "^1.5.1"
[build-system]

@ -1,19 +0,0 @@
websocket-client
requests
tls-client
pypasser
names
colorama
curl_cffi
streamlit==1.21.0
selenium
fake-useragent
twocaptcha
https://github.com/AI-Yash/st-chat/archive/refs/pull/24/head.zip
pydantic
pymailtm
Levenshtein
retrying
mailgw_temporary_email
pycryptodome
random-password-generator
Loading…
Cancel
Save