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 d4c46be commit ed339acCopy full SHA for ed339ac
setup.py
@@ -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