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 96f26bf commit 8312be8Copy full SHA for 8312be8
core/config.py
@@ -1,7 +1,7 @@
1
import sys
2
import os
3
4
-sharpyshell_version='1.1.11'
+sharpyshell_version='1.1.12'
5
6
header = '#SharPyShell v' + sharpyshell_version + ' - @splinter_code'
7
banner = """
requirements.txt
@@ -1,6 +1,6 @@
urllib3
urllib3[socks]
-Crypto
+pycrypto
pyopenssl
pefile
prettytable
0 commit comments