edX requirements bot
10b92eed17
Updating Python Requirements
2020-11-12 23:46:29 -05:00
edX requirements bot
9c22e31d0d
Updating Python Requirements ( #25578 )
2020-11-12 11:28:14 +05:00
edX requirements bot
5f69024bed
Updating Python Requirements
2020-11-10 02:29:56 -05:00
Jeff Chaves
d25d4038fd
ENT-3460: updating usage of EnterpriseCustomerBrandingConfiguration, edx-enterprise 3.8.42 ( #25376 )
...
* bumping enterprise version
* adding pillow constraint
* updating usage of EnterpriseCustomerBrandingConfiguration
2020-10-19 16:42:16 -04:00
edX requirements bot
e33de26e6a
Python Requirements Update ( #24563 )
...
* Updating Python Requirements
* pin maxminddb
Co-authored-by: Zulqarnain <muhammad.zulqarnain@arbisoft.com >
2020-07-22 21:55:28 +05:00
edX requirements bot
2922a4db96
Updating Python Requirements
2020-06-29 11:29:28 -04:00
edX requirements bot
2e6d561e6b
Updating Python Requirements
2020-06-22 06:45:53 -04:00
Binod Pant
2c229481dc
Result of running make upgrade in order to upgrade to edx-enterprise v3.3.5 ( #24256 )
...
all versions updates were minor and no visible downgrades
2020-06-18 16:59:19 -04:00
Awais Qureshi
4e84d435c1
BOM-1637
...
rename djang-babel to enmarker
upgrade the reqs
2020-06-09 21:52:54 +05:00
Tim McCormack
5590879549
Unpin django-model-utils and mysqlclient ( #23733 )
...
These were pinned because they drop support for Django<2.2 (or were
planning on it, in the latter case.)
No related changes in computed requirements.
2020-04-17 12:29:35 +00:00
irfanuddinahmad
5301be1b29
ENT-2612 Fix issue with enterprise selection page redirect
2020-04-07 17:44:10 +05:00
Jeremy Bowman
230bee9a06
Remove duplicate dependency version constraints ( #23198 )
...
Remove duplicate constraints in requirements/constraints.txt uncovered by the recent change in pip-compile output format. I sorted the pinned dependencies by name to try and make it more obvious if this happens again. I also upgraded to pip-tools 4.5.1, which removes the line numbers from the enhanced pip-compile output added in 4.5.0, which should reduce future diff churn and merge conflicts but means that there's a large diff this one last time.
Also unpin edx-search again after the previous change to do that was apparently broken by a merge conflict.
2020-02-26 20:42:21 -05:00
edX requirements bot
79bcc9ede8
Updating Python Requirements ( #23190 )
2020-02-25 13:41:15 -05:00
edX requirements bot
2bc735a91c
Updating Python Requirements ( #23149 )
2020-02-20 13:48:08 -05:00
Jeremy Bowman
7bbd229526
Unpin more outdated dependencies ( #22898 )
...
Unpin several more outdated dependencies whose changelogs don't contain any significant backwards incompatible changes. Also add "moto" to the list of packages to uninstall from existing environments, since it requires a jsondiff version that clashes with the one we now use (triggering a harmless but distracting warning on dependency updates).
We can potentially stop using path.py/path altogether by switching to pathlib in the Python 3 standard library, but that merits a separate PR of its own.
Also, note that I'm not actually unpinning freezegun; different PRs restricted it in both constraints.txt and test.in, I'm just removing the latter redundant constraint.
2020-01-23 06:59:32 -05:00
Feanil Patel
9cf2f9f298
Run 2to3 -f future . -w
...
This will remove imports from __future__ that are no longer needed.
https://docs.python.org/3.5/library/2to3.html#2to3fixer-future
2019-12-30 10:35:30 -05:00
Albert (AJ) St. Aubin
12a416486a
Upgrade edx-enterprise
2019-12-06 13:20:14 -05:00
Feanil Patel
b405c20139
Merge pull request #22256 from edx/feanil/fix_py3_quality
...
Fix pep 8 violations.
2019-11-12 09:59:18 -05:00
Awais Qureshi
f8b1ff538e
BOM-1027
...
guincorn just released its version on 9th-nov-2019 (20.0.0)
and it requires Python 3.x >= 3.4.
so adding constraint < 20.0.0
execute make upgrade
2019-11-12 11:09:25 +05:00
Feanil Patel
e863c50054
Fix pep 8 violations.
2019-11-06 13:39:07 -05:00
edX requirements bot
1cc925b624
Updating Python Requirements ( #21771 )
2019-09-25 09:06:00 -04:00
edX requirements bot
04aa8fb7fd
Updating Python Requirements
2019-09-20 06:49:36 -04:00
Thomas Tracy
b0d731b829
Version bump
2019-09-19 15:39:27 -04:00
DawoudSheraz
652dee611f
send grace period info to edx-proctoring
2019-09-12 15:01:32 +05:00
Ayub khan
4c687caf80
INCR-386 python3 compatibility
2019-07-10 15:22:45 +05:00
edX requirements bot
f56e2af599
Updating Python Requirements ( #20834 )
2019-06-17 11:48:57 -04:00
Feanil Patel
14c642dab6
Add a script requirements file to upgrade automation.
...
The xblock counting script had a requirements file that was not
previously being tracked and had an out of date version of requests.
Add it to the `upgrade` make target so that it stays up to date.
2019-06-07 15:10:40 -04:00
cclauss
b0c4c0c5f9
remove redundant backslashes in between brackets
2019-01-16 03:46:04 +01:00
cclauss
8fca11b85c
Use print() function in both Python 2 and Python 3
2019-01-13 17:16:37 +01:00
Jeremy Bowman
5289c7e828
PLAT-1915 Stop using deprecated BaseException.message
2018-01-31 17:22:01 -05:00
Andy Armstrong
93235d118d
Reorder imports using isort (except lms and cms)
2017-05-30 16:04:54 -04:00
Albert St. Aubin
8753818558
Added documentation and example json file
...
Updated README with greater detail
updated README
PR update
PR update (squash)
README updated with minor PR updates
2016-08-02 11:43:26 -04:00
Albert St. Aubin
0d102caa3f
Script to collect data on the xblock usage within the edx platform, This script uses the Course block API and returns CSV reports
...
Updates for Pep8 compliance
Fixed issues found while testing with greater datasets and found during report review
PR updates (Squash)
2016-08-01 11:01:15 -04:00