Skip to content

Commit c8cb47b

Browse files
committed
fixed requrirements-test
1 parent 98d9e30 commit c8cb47b

File tree

3 files changed

+8
-17
lines changed

3 files changed

+8
-17
lines changed

poetry.lock

Lines changed: 1 addition & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ repository = "https://github.com/owasp-sbot/OSBot-Docker"
1212
python = "^3.7"
1313
osbot-utils = "*"
1414
docker = "*"
15-
python-dotenv = "*"
1615
pyyaml = "*"
1716

1817
[build-system]

requirements-test.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# for osbot
2+
osbot-utils
3+
4+
# for docker
5+
docker
6+
pyyaml
7+
18
# for testing
29
pytest
310
coveralls

0 commit comments

Comments
 (0)