Skip to content

Commit ed339ac

Browse files
Uploaded setup.py (0.2b)
1 parent d4c46be commit ed339ac

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

setup.py

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
from setuptools import setup
2+
3+
setup(
4+
name='DPULSE',
5+
version='HEARTBEAT',
6+
description='Domain Public Data Collection Service',
7+
author_email='osint.technologies@gmail.com',
8+
install_requires=[
9+
'Jinja2 == 3.1.2',
10+
'MarkupSafe == 2.1.3',
11+
'beautifulsoup4 == 4.12.2',
12+
'bs4 == 0.0.1',
13+
'certifi == 2023.11.17',
14+
'charset-normalizer == 3.3.2',
15+
'fake-useragent == 1.2.1',
16+
'idna == 3.6',
17+
'pdfkit == 1.0.0',
18+
'requests == 2.31.0',
19+
'soupsieve == 2.5',
20+
'urllib3 == 2.1.0',
21+
'useragent == 0.1.1',
22+
'whois == 0.9.27',
23+
'colorama == 0.4.6',
24+
'pyfiglet == 1.0.2',
25+
'rich == 13.5.2'
26+
],
27+
)

0 commit comments

Comments
 (0)