Skip to content

Commit

Permalink
Merge branch 'main' into support/3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dsuch committed Nov 8, 2024
2 parents 6a7c7d7 + 5703f3a commit bf65062
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion code/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ pyaml==20.4.0
pyasn1==0.4.8
pycparser==2.21
pycryptodome==3.19.1
pyflakes==2.4.0
pyflakes==3.2.0
pyftpdlib==1.5.7
pygments==2.15.0
PyJWT==2.5.0
Expand Down
1 change: 0 additions & 1 deletion code/util/zato_environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,6 @@ def pip_install_standalone_requirements(self) -> 'None':
# These cannot be installed via requirements.txt
packages = [
'cython==0.29.32',
'numpy==1.22.3',
'pyOpenSSL==23.0.0',
'zato-ext-bunch==1.2'
]
Expand Down

0 comments on commit bf65062

Please sign in to comment.