Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
configuration
Commits
3cfc04e4
Commit
3cfc04e4
authored
May 21, 2018
by
Jeremy Bowman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add futures environment marker to fix Python 3
parent
2ff7c07d
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
9 additions
and
5 deletions
+9
-5
playbooks/roles/aws/templates/requirements.txt.j2
+1
-1
requirements.txt
+1
-1
requirements/aws.in
+1
-0
requirements/base.in
+1
-0
requirements/celery.in
+1
-0
requirements/ses-limits.in
+2
-1
requirements3.txt
+1
-1
util/jenkins/requirements-celery.txt
+1
-1
No files found.
playbooks/roles/aws/templates/requirements.txt.j2
View file @
3cfc04e4
...
...
@@ -9,7 +9,7 @@ boto==2.48.0
botocore==1.5.21 # via awscli, s3transfer
colorama==0.3.7 # via awscli
docutils==0.14 # via awscli, botocore
futures==3.2.0
# via s3transfer
futures==3.2.0
; python_version == "2.7"
jmespath==0.9.3 # via botocore
pyasn1==0.4.2 # via rsa
python-dateutil==2.7.3 # via botocore, s3cmd
...
...
requirements.txt
View file @
3cfc04e4
...
...
@@ -22,7 +22,7 @@ docopt==0.6.2
docutils
==0.14 # via awscli, botocore
ecdsa
==0.13
enum34
==1.1.6 # via cryptography
futures
==3.2.0
# via s3transfer
futures
==3.2.0
; python_version == "2.7"
idna
==2.6 # via cryptography, requests
ipaddress
==1.0.22 # via cryptography
jinja2
==2.8
...
...
requirements/aws.in
View file @
3cfc04e4
...
...
@@ -2,4 +2,5 @@
awscli==1.11.58
boto==2.48.0
futures ; python_version == "2.7" # via s3transfer
s3cmd==1.6.1
requirements/base.in
View file @
3cfc04e4
...
...
@@ -7,6 +7,7 @@ boto3==1.7.14
datadog==0.8.0
docopt==0.6.2
ecdsa==0.13
futures ; python_version == "2.7" # via s3transfer
Jinja2==2.8
MarkupSafe==1.0
MySQL-python==1.2.5 # Needed for the mysql_db module
...
...
requirements/celery.in
View file @
3cfc04e4
...
...
@@ -4,4 +4,5 @@ awscli==1.14.32
backoff==1.4.3
boto3==1.5.4
click==6.7
futures ; python_version == "2.7" # via s3transfer
redis==2.10.6
requirements/ses-limits.in
View file @
3cfc04e4
# Requirements for the SES limits check job
boto3==1.7.14
awscli==1.15.19
boto3==1.7.14
futures ; python_version == "2.7" # via s3transfer
requirements3.txt
View file @
3cfc04e4
...
...
@@ -9,7 +9,7 @@ boto3==1.7.14
botocore==1.10.19 # via awscli, boto3, s3transfer
colorama==0.3.7 # via awscli
docutils==0.14 # via awscli, botocore
futures==3.2.0
# via s3transfer
futures==3.2.0
; python_version == "2.7"
jmespath==0.9.3 # via boto3, botocore
pyasn1==0.4.2 # via rsa
python-dateutil==2.7.3 # via botocore
...
...
util/jenkins/requirements-celery.txt
View file @
3cfc04e4
...
...
@@ -11,7 +11,7 @@ botocore==1.8.36 # via awscli, boto3, s3transfer
click==6.7
colorama==0.3.7 # via awscli
docutils==0.14 # via awscli, botocore
futures==3.2.0
# via s3transfer
futures==3.2.0
; python_version == "2.7"
jmespath==0.9.3 # via boto3, botocore
pyasn1==0.4.2 # via rsa
python-dateutil==2.7.3 # via botocore
...
...
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