mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-31 11:54:30 +01:00
Add pycharm debug to dev dependencies (#5483)
This commit is contained in:
12
autogpts/forge/poetry.lock
generated
12
autogpts/forge/poetry.lock
generated
@@ -2646,6 +2646,16 @@ typing-extensions = ">=4.2.0"
|
||||
dotenv = ["python-dotenv (>=0.10.4)"]
|
||||
email = ["email-validator (>=1.0.3)"]
|
||||
|
||||
[[package]]
|
||||
name = "pydevd-pycharm"
|
||||
version = "233.6745.319"
|
||||
description = "PyCharm Debugger (used in PyCharm and PyDev)"
|
||||
optional = false
|
||||
python-versions = "*"
|
||||
files = [
|
||||
{file = "pydevd-pycharm-233.6745.319.tar.gz", hash = "sha256:ca8a1408de78be80736e6c88bf0885dbf06c69ed0a631828efffa8eb7a8f5c81"},
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "pyflakes"
|
||||
version = "3.1.0"
|
||||
@@ -3780,4 +3790,4 @@ multidict = ">=4.0"
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.10"
|
||||
content-hash = "694b628560bba2b2307c74bd33119bb5abc8f2fb93cce9f5c0b45c3b8ba3a977"
|
||||
content-hash = "e4e5a33c7f75488d3c3838e757aa65d299ee55615020140c8623897e8fe28537"
|
||||
|
||||
@@ -33,6 +33,7 @@ pytest-asyncio = "^0.21.1"
|
||||
watchdog = "^3.0.0"
|
||||
mock = "^5.1.0"
|
||||
autoflake = "^2.2.0"
|
||||
pydevd-pycharm = "^233.6745.319"
|
||||
|
||||
|
||||
[build-system]
|
||||
|
||||
Reference in New Issue
Block a user