Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit dd900ce

Browse files
authored
README now refers to requirements files.
1 parent cbbd0a2 commit dd900ce

File tree

1 file changed

+3
-27
lines changed

1 file changed

+3
-27
lines changed

README.md

Lines changed: 3 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -31,33 +31,9 @@ development server, then you can skip this setup and start below.
3131
description of OAuth and detailed instructions.
3232

3333
## Required Python packages
34-
The packages below are the base packages required to run local and live
35-
versions of MaveDB:
36-
- django==1.11.5
37-
- django-braces>=1.12.0
38-
- django-extensions>=2.0.6
39-
- django-guardian>=1.4.9
40-
- django-reversion>=2.0.9
41-
- django-widget-tweaks>=1.4.2
42-
- djangorestframework>=3.8.2
43-
- djangorestframework-filters>=0.10.2
44-
- social-auth-app-django>=1.2.0
45-
- factory-boy>=2.9.2
46-
- numpy>=1.12.1
47-
- celery>=4.1.1
48-
- flower>=0.9.2
49-
- psycopg2-binary
50-
- pypandoc>=1.4
51-
- selenium>=3.4.3
52-
- Faker>=0.7.18
53-
- dj-database-url
54-
- coverage
55-
- git+https://github.com/afrubin/idutils.git@bio
56-
- hg+http://bitbucket.org/afrubin/metapub@html_citation
57-
- git+https://github.com/FowlerLab/hgvs-patterns.git
58-
59-
Running a live server using Apache requires the following additional packages:
60-
- mod_wsgi
34+
The packages required to run local and live versions of MaveDB are listed in the `requirements/base.txt` file in the repository.
35+
36+
Requirements files including additional packages for local, production and staging environments are provided. These files include the base requirements file, so the appropriate file can be installed using `pip install -r requirements/<environment>.txt`.
6137

6238
## PostgreSQL setup
6339
By default the local server will use the following PostgreSQL settings:

0 commit comments

Comments
 (0)