Skip to content

Commit a4b42ed

Browse files
authored
Merge pull request #46 from osint-dev-team/develop
Fix docker and requirements.txt (#45)
2 parents 916f33f + df0c3a1 commit a4b42ed

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

docker-compose.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "3.8"
1+
version: "3.7"
22

33
services:
44
db:
@@ -18,8 +18,6 @@ services:
1818
- postgres:/data/postgres
1919
networks:
2020
- postgres
21-
ports:
22-
- "5432:5432"
2321
server:
2422
container_name: osint-framework-server
2523
image: osint-framework-server:1.0

requirements.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
aiodns==2.0.0
22
aiohttp==3.6.2
33
aiosmtpd==1.2
4+
art==4.7
45
async-timeout==3.0.1
56
atpublic==1.0
67
attrs==19.3.0
@@ -9,20 +10,25 @@ bs4==0.0.1
910
certifi==2020.6.20
1011
cffi==1.14.0
1112
chardet==3.0.4
13+
colorama==0.4.3
14+
commonmark==0.9.1
1215
idna==2.10
1316
mmh3==2.5.1
1417
multidict==4.7.6
1518
phonenumbers==8.12.7
1619
psycopg2-binary==2.8.5
1720
pycares==3.1.1
1821
pycparser==2.20
22+
Pygments==2.6.1
1923
PyYAML==5.3.1
2024
requests==2.24.0
25+
rich==5.1.2
2126
six==1.15.0
2227
soupsieve==2.0.1
2328
SQLAlchemy==1.3.18
2429
SQLAlchemy-Utils==0.36.8
2530
tornado==6.0.4
31+
typing-extensions==3.7.4.2
2632
urllib3==1.25.9
2733
verify-email==2.4.1
2834
yarl==1.4.2

0 commit comments

Comments
 (0)