mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-18 14:34:21 +01:00
* Rename `requirements.txt` to `requirements.in` * Generate `requirements.txt` using `pip-tools` under Python 3.6 * Add `pip-tools` to `development.txt` * Closes #1679
23 lines
398 B
Plaintext
23 lines
398 B
Plaintext
-r requirements.txt
|
|
pip-tools==5.3.1
|
|
pytest==5.4.2
|
|
pytest-randomly==3.4.0
|
|
coverage==5.1
|
|
flake8==3.8.2
|
|
freezegun==0.3.15
|
|
psycopg2-binary==2.8.6
|
|
codecov==2.1.7
|
|
moto==1.3.14
|
|
bandit==1.6.2
|
|
flask_profiler==1.8.1
|
|
pytest-xdist==1.32.0
|
|
pytest-cov==2.9.0
|
|
sphinx_rtd_theme==0.4.3
|
|
flask-debugtoolbar==0.11.0
|
|
isort==4.3.21
|
|
flake8-isort==3.0.0
|
|
Faker==4.1.0
|
|
pipdeptree==0.13.2
|
|
black==19.10b0
|
|
pytest-sugar==0.9.4
|