Skip to content

Commit 616d34a

Browse files
Changes to Dockerfile and requirements
1 parent f8fdf5d commit 616d34a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ RUN apt-get install -y --no-install-recommends python3-all python3-all-dev libgn
4040
#RUN ln -s /usr/bin/make /usr/bin/gmake
4141
RUN python3 setup.py opensea
4242
RUN python3 setup.py build
43-
#RUN cp -r build/lib.linux-x86_64-3.10/TCGstorageAPI /usr/local/lib/python3.10/site-packages/.
43+
RUN cp -r build/lib.linux-x86_64-3.10/TCGstorageAPI /usr/local/lib/python3.10/dist-packages/.

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ boost
22
cryptography==42.0.8
33
passlib==1.7.4
44
pycparser==2.20
5-
pyopenssl==20.0.1
5+
pyopenssl==24.2.1

0 commit comments

Comments
 (0)