Skip to content

Commit 036f296

Browse files
committed
Remove docker compose from setup and requirements
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent 5ce0b38 commit 036f296

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ django-widget-tweaks==1.4.12
2828
djangorestframework==3.13.1
2929
doc8==0.11.1
3030
docker==5.0.3
31-
docker-compose==1.29.2
3231
dockerpty==0.4.1
3332
docopt==0.6.2
3433
docutils==0.17.1
@@ -79,7 +78,7 @@ pyrsistent==0.18.1
7978
pytest==7.1.1
8079
pytest-django==4.5.2
8180
python-dateutil==2.8.2
82-
python-dotenv==0.20.0
81+
python-dotenv==1.0.0
8382
pytz==2022.1
8483
PyYAML==6.0.1
8584
requests==2.27.1

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ install_requires =
6363
django-crispy-forms>=1.10.0
6464
django-environ>=0.8.0
6565
gunicorn>=20.1.0
66+
python-dotenv
67+
texttable
6668

6769
# for the API doc
6870
drf-spectacular[sidecar]>=0.24.2
@@ -107,7 +109,6 @@ dev =
107109
pytest-django>=4.5.2
108110
freezegun>=1.1.0
109111
# misc
110-
docker-compose
111112
ipython==8.10.0
112113
# used for testing
113114
commoncode

0 commit comments

Comments
 (0)