Skip to content

Commit

Permalink
Merge branch 'main' into test_rpm_usage
Browse files Browse the repository at this point in the history
  • Loading branch information
gurkanindibay authored Jul 12, 2024
2 parents f3a8a7d + e776a7e commit 0dd8ed3
Show file tree
Hide file tree
Showing 5 changed files with 235 additions and 219 deletions.
3 changes: 2 additions & 1 deletion .devcontainer/src/test/regress/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ verify_ssl = true

[packages]
mitmproxy = {editable = true, ref = "main", git = "https://github.com/citusdata/mitmproxy.git"}
construct = "==2.9.45"
construct = "*"
docopt = "==0.6.2"
cryptography = ">=41.0.4"
pytest = "*"
Expand All @@ -16,6 +16,7 @@ pytest-timeout = "*"
pytest-xdist = "*"
pytest-repeat = "*"
pyyaml = "*"
werkzeug = "==2.3.7"

[dev-packages]
black = "*"
Expand Down
Loading

0 comments on commit 0dd8ed3

Please sign in to comment.