Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
internewshid
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
aptivate
client-projects
internewshid
Commits
0d25dee8
Commit
0d25dee8
authored
5 years ago
by
Martin Burchell
Browse files
Options
Downloads
Patches
Plain Diff
Update Python, Django and mysqlclient
parent
701d2ce8
No related branches found
Branches containing commit
No related tags found
2 merge requests
!166
Staging
,
!157
Django 2.2 and Python 3 upgrade
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Pipfile
+3
-3
3 additions, 3 deletions
Pipfile
Pipfile.lock
+250
-315
250 additions, 315 deletions
Pipfile.lock
with
253 additions
and
318 deletions
Pipfile
+
3
−
3
View file @
0d25dee8
...
@@ -4,14 +4,14 @@ url = "https://pypi.org/simple"
...
@@ -4,14 +4,14 @@ url = "https://pypi.org/simple"
verify_ssl
=
true
verify_ssl
=
true
[requires]
[requires]
python_version
=
"
2.7
"
python_version
=
"
3.6
"
[packages]
[packages]
"django-bootstrap3"
=
"*"
"django-bootstrap3"
=
"*"
"django-tables2"
=
"=
=
2.0
.
6
"
"django-tables2"
=
"=
=
2.0
.
6
"
"django.js"
=
{
editable
=
true
,git
=
"https://git@github.com/aptivate/django.js.git",ref
=
"ca328a94b00023bd64f4fc1c908675edaaf2ac19"
}
"django.js"
=
{
editable
=
true
,git
=
"https://git@github.com/aptivate/django.js.git",ref
=
"ca328a94b00023bd64f4fc1c908675edaaf2ac19"
}
"linecache2"
=
"*"
"linecache2"
=
"*"
Django
=
">
1.11.22
,<
2
.0"
Django
=
">
2.2.8
,<
3
.0"
Pillow
=
"*"
Pillow
=
"*"
cssmin
=
"*"
cssmin
=
"*"
django-assets
=
"*"
django-assets
=
"*"
...
@@ -30,7 +30,7 @@ openpyxl = "*"
...
@@ -30,7 +30,7 @@ openpyxl = "*"
python-dateutil
=
"*"
python-dateutil
=
"*"
pytz
=
"*"
pytz
=
"*"
rest-pandas
=
"*"
rest-pandas
=
"*"
py
mysql
=
"*"
mysql
client
=
"*"
django-debug-toolbar-template-timings
=
"*"
django-debug-toolbar-template-timings
=
"*"
[dev-packages]
[dev-packages]
...
...
This diff is collapsed.
Click to expand it.
Pipfile.lock
+
250
−
315
View file @
0d25dee8
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment