mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-17 22:14:25 +01:00
* Cache get place code for users and teams.
* Fix score changing test helpers to clear standings cache when generating a score changing row
* `utils._get_config` will now return `KeyError` instead of None.
* Separate `/api/v1/[users,teams]/[me,id]/[solves,fails,awards]` into seperate API endpoints
* Install `Flask-DebugToolbar` in development
Main goals covered in #1012
18 lines
308 B
Plaintext
18 lines
308 B
Plaintext
-r requirements.txt
|
|
pytest==4.4.0
|
|
pytest-randomly==1.2.3
|
|
coverage==4.5.2
|
|
mock==2.0.0
|
|
flake8==3.7.7
|
|
freezegun==0.3.11
|
|
psycopg2==2.7.5
|
|
psycopg2-binary==2.7.5
|
|
codecov==2.0.15
|
|
moto==1.3.7
|
|
bandit==1.5.1
|
|
flask_profiler==1.7
|
|
pytest-xdist==1.28.0
|
|
pytest-cov==2.6.1
|
|
sphinx_rtd_theme==0.4.3
|
|
flask-debugtoolbar==0.10.1
|