File tree Expand file tree Collapse file tree 3 files changed +6
-18
lines changed Expand file tree Collapse file tree 3 files changed +6
-18
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ RUN yum -y install libffi-devel && yum clean all
22
22
RUN yum -y install openssl && yum clean all
23
23
24
24
# Install the python requirements of SSM
25
- RUN pip install -r requirements-docker .txt
25
+ RUN pip install -r requirements.txt
26
26
# Then install the SSM
27
27
RUN python3 setup.py install
28
28
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# Base requirements for ssm
2
2
3
- argo-ams-library
4
- certifi < 2020.4.5.2 # Used by AMS (via requests), 2020.4.5.2 dropped support for Python 2
5
- pyopenssl >= 19.1.0 , <= 21.0.0 # 22.0.0 dropped support for Python 2
6
- cryptography == 3.3.2 # Crypto dropped support for Python 2 after 3.3
7
- stomp.py < 5.0.0
8
- python-daemon <= 2.3.0 # 2.3.1 dropped support for Python 2
3
+ argo-ams-library >= 0.5.1 # 0.4.x series no longer works with SSM
4
+ pyopenssl < 23.3.0 # 23.3.0 dropped support for Python 3.6
5
+ cryptography < 41.0.0 # 41.0.0 dropped support for Python 3.6
6
+ stomp.py < 8.1.1 # 8.1.1 dropped suppot for Python 3.6
7
+ python-daemon
9
8
setuptools # Required for pkg_resources
10
9
11
10
# Dependencies for optional dirq based sending
You can’t perform that action at this time.
0 commit comments