Skip to content

Commit 44047a3

Browse files
committed
Adding dependency to setup.py
1 parent c4d5c7d commit 44047a3

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@ You can also log in as a product owner / non-staff user:
3535

3636
For additional documentation you can visit our [Read the Docs site](https://defectdojo.readthedocs.io/).
3737

38-
# One-Click Installations
39-
40-
Deploy to Docker Cloud. (__Login first to Docker Cloud before clicking the install button.__)
41-
42-
[![Deploy to Docker Cloud](https://files.cloud.docker.com/images/deploy-to-dockercloud.svg)](https://cloud.docker.com/stack/deploy/?repo=https://github.com/aaronweaver/docker-DefectDojo)
43-
4438
# Installation Options
4539

4640
### [Debian, Ubuntu (16.04.2+) or RHEL-based Install Script](https://defectdojo.readthedocs.io/en/latest/getting-started.html#install-script)

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@
5757
'psycopg2',
5858
'django-multiselectfield',
5959
'pbr',
60-
'django-slack',
60+
'django-slack',
61+
'asteval',
6162
],
6263

6364
dependency_links=[

0 commit comments

Comments
 (0)