Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
94
Merge Requests
10
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
4e09cdab
authored
Apr 24, 2014
by
Őry Máté
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
requirements: sort
parent
26de7f0c
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
8 deletions
+8
-8
requirements.txt
+2
-2
requirements/base.txt
+3
-3
requirements/local.txt
+1
-1
requirements/production.txt
+1
-1
requirements/test.txt
+1
-1
No files found.
requirements.txt
View file @
4e09cdab
#
This f
ile is here because many Platforms as a Service look for
#
F
ile is here because many Platforms as a Service look for
#
requirements.txt in the root directory of a project.
#
requirements.txt in the root directory of a project.
-r requirements/production.txt
-r requirements/production.txt
requirements/base.txt
View file @
4e09cdab
Django==1.5.2
bpython==0.12
bpython==0.12
celery==3.0.23
celery==3.0.23
Django==1.5.2
django-braces==1.2.2
django-braces==1.2.2
django-celery==3.0.23
django-celery==3.0.23
django-crispy-forms==1.4.0
django-crispy-forms==1.4.0
...
@@ -10,7 +10,7 @@ django-tables2==0.14.0
...
@@ -10,7 +10,7 @@ django-tables2==0.14.0
django-taggit==0.11.2
django-taggit==0.11.2
logutils==0.3.3
logutils==0.3.3
netaddr==0.7.10
netaddr==0.7.10
requests==2.2.1
South==0.8.1
psycopg2==2.5.1
psycopg2==2.5.1
pylibmc
pylibmc
requests==2.2.1
South==0.8.1
requirements/local.txt
View file @
4e09cdab
# Local development dependencies go here
# Local development dependencies go here
-r base.txt
-r base.txt
coverage==3.6
coverage==3.6
django-discover-runner==0.4
django-debug-toolbar==0.9.4
django-debug-toolbar==0.9.4
django-discover-runner==0.4
Sphinx==1.2b1
Sphinx==1.2b1
requirements/production.txt
View file @
4e09cdab
# Pro-tip: Try not to put anything here. There should be no dependency in
# Pro-tip: Try not to put anything here. There should be no dependency in
#
production that isn't in development.
#
production that isn't in development.
-r base.txt
-r base.txt
gunicorn==0.17.4
gunicorn==0.17.4
...
...
requirements/test.txt
View file @
4e09cdab
...
@@ -3,5 +3,5 @@
...
@@ -3,5 +3,5 @@
coverage==3.6
coverage==3.6
django-discover-runner==0.4
django-discover-runner==0.4
django-nose==1.2
django-nose==1.2
mock==1.0.1
factory-boy==2.3.1
factory-boy==2.3.1
mock==1.0.1
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