Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Carlos Ribas
rnacentral-webcode
Commits
3ec2d1ca
Commit
3ec2d1ca
authored
Apr 20, 2021
by
carlosribas
Browse files
Split requirements in dev and prod
parent
7b3140ec
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
21 deletions
+8
-21
rnacentral/requirements.txt
rnacentral/requirements.txt
+2
-21
rnacentral/requirements_dev.txt
rnacentral/requirements_dev.txt
+6
-0
No files found.
rnacentral/requirements.txt
View file @
3ec2d1ca
Django==2.2.1
6
Django==2.2.1
9
PyYAML==5.3.1
PyYAML==5.3.1
astroid==1.0.1
astroid==1.0.1
attrs==17.2.0
attrs==17.2.0
psycopg2-binary==2.8.6
psycopg2-binary==2.8.6
django-cors-headers==3.5.0
django-cors-headers==3.5.0
django-debug-toolbar==3.2
django-filter==2.4.0
django-filter==2.4.0
django-maintenancemode==0.11.3
django-maintenancemode==0.11.3
django-rq==2.4.0
django-rq==2.4.0
...
@@ -16,7 +15,6 @@ pycrypto==2.6.1
...
@@ -16,7 +15,6 @@ pycrypto==2.6.1
python-dateutil==2.8.1
python-dateutil==2.8.1
python-memcached==1.59
python-memcached==1.59
requests==2.25.1
requests==2.25.1
selenium==3.4.3
six==1.12.0
six==1.12.0
sqlparse==0.4.1
sqlparse==0.4.1
versiontools==1.9.1
versiontools==1.9.1
...
@@ -25,24 +23,11 @@ colorhash==1.0.2
...
@@ -25,24 +23,11 @@ colorhash==1.0.2
gunicorn==20.0.4
gunicorn==20.0.4
python-dotenv==0.15.0
python-dotenv==0.15.0
# code style and test coverage reporting
django-jenkins==0.110.0
coverage==4.5.1
pep8==1.7.1
pyflakes==2.0.0
pylint==1.1.0
mock==3.0.5
# markdown support
# markdown support
Markdown==3.3.2
Markdown==3.3.2
django-markdown-deux==1.0.5
django-markdown-deux==1.0.5
markdown2==2.3.10
markdown2==2.3.10
# fabric
ecdsa==0.13
Fabric==1.11.1
paramiko==1.18.5
# supervisord
# supervisord
supervisor==4.2.1
supervisor==4.2.1
...
@@ -60,12 +45,8 @@ rjsmin==1.1.0
...
@@ -60,12 +45,8 @@ rjsmin==1.1.0
# django cache machine
# django cache machine
django-cache-machine==1.1.0
django-cache-machine==1.1.0
# django_performance_testing
# No support for django 2. I kept it here to remember to change the tests
# django-performance-testing==0.5.0
# simplified static file serving for Python web apps
# simplified static file serving for Python web apps
whitenoise==5.2.0
whitenoise==5.2.0
# AWS SDK for Python
# AWS SDK for Python
boto3==1.16.24
boto3==1.17.54
\ No newline at end of file
\ No newline at end of file
rnacentral/requirements_dev.txt
0 → 100644
View file @
3ec2d1ca
# Debug toolbar
django-debug-toolbar==3.2
# Unit test packages
coverage==5.5
mock==4.0.3
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment