Skip to content
This repository has been archived by the owner on Apr 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #4 from Bafomet666/update-requirements
Browse files Browse the repository at this point in the history
requirements.txt: rename from requerements.txt, update add requests package.
  • Loading branch information
Bafomet666 committed Mar 2, 2021
2 parents 9025c06 + bd12eae commit 3d20928
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 25 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

Как только вы ввели все свои API, вам нужно установить зависимости:

sudo pip3 install -r requerements.txt
sudo pip3 install -r requirements.txt

В сложных модулях, вам будет предоставлен выбор дополнительной установки модулей.
---
Expand Down
24 changes: 0 additions & 24 deletions requerements.txt

This file was deleted.

48 changes: 48 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
backoff==1.10.0
bcrypt==3.2.0
beautifulsoup4==4.9.3
branca==0.4.2
censys==1.1.1
certifi==2020.12.5
cffi==1.14.5
chardet==4.0.0
click==7.1.2
click-plugins==1.1.1
colorama==0.4.4
cryptography==3.4.6
folium==0.12.1
geographiclib==1.50
geopy==2.1.0
gmplot==1.4.1
h8mail==2.5.5
idna==2.10
IP2Proxy==3.0.0
Jinja2==2.11.3
lxml==4.6.2
MarkupSafe==1.1.1
mpg123==0.4
nmap==0.0.1
numpy==1.20.1
paramiko==2.7.2
Pillow==8.1.0
pipe-subprocess==0.3.7
pkg-resources==0.0.0
prompt-toolkit==3.0.16
pycparser==2.20
PyNaCl==1.4.0
PyQt5==5.15.3
PyQt5-Qt==5.15.2
PyQt5-sip==12.8.1
PyQtWebEngine==5.15.3
PyQtWebEngine-Qt==5.15.2
pythonping==1.0.15
requests==2.25.1
shodan==1.25.0
six==1.15.0
soupsieve==2.2
urllib3==1.26.3
wcwidth==0.2.5
wget==3.2
whois==0.9.7
wxPython==4.1.1
XlsxWriter==1.3.7

0 comments on commit 3d20928

Please sign in to comment.