We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8fdf5d commit 616d34aCopy full SHA for 616d34a
Dockerfile
@@ -40,4 +40,4 @@ RUN apt-get install -y --no-install-recommends python3-all python3-all-dev libgn
40
#RUN ln -s /usr/bin/make /usr/bin/gmake
41
RUN python3 setup.py opensea
42
RUN python3 setup.py build
43
-#RUN cp -r build/lib.linux-x86_64-3.10/TCGstorageAPI /usr/local/lib/python3.10/site-packages/.
+RUN cp -r build/lib.linux-x86_64-3.10/TCGstorageAPI /usr/local/lib/python3.10/dist-packages/.
requirements.txt
@@ -2,4 +2,4 @@ boost
2
cryptography==42.0.8
3
passlib==1.7.4
4
pycparser==2.20
5
-pyopenssl==20.0.1
+pyopenssl==24.2.1
0 commit comments