Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
204 changes: 168 additions & 36 deletions src/web/requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,54 +5,186 @@
# pip-compile --output-file=requirements/dev.txt requirements/dev.in
#
-e git+git://github.com/EnterpriseyIntranet/edap#egg=edap
-e git+git://github.com/EnterpriseyIntranet/nextcloud-API#egg=nextcloud
alembic==1.2.0 # via flask-migrate
aniso8601==8.0.0 # via flask-restful
atomicwrites==1.3.0 # via pytest
attrs==19.1.0 # via pytest
beautifulsoup4==4.8.0 # via webtest
certifi==2019.9.11 # via requests
chardet==3.0.4 # via requests
# via -r prod.in
alembic==1.2.0
# via flask-migrate
aniso8601==8.0.0
# via flask-restful
asn1crypto==1.5.1
# via signxml
atomicwrites==1.3.0
# via pytest
attrs==19.1.0
# via
# flask-saml2
# pytest
beautifulsoup4==4.8.0
# via webtest
blinker==1.5
# via flask-mail
certifi==2022.12.7
# via
# requests
# signxml
cffi==1.15.1
# via cryptography
chardet==3.0.4
# via requests
click==7.0
# via
# -r prod.in
# flask
cryptography==2.9.2
# via
# pyopenssl
# signxml
defusedxml==0.7.1
# via flask-saml2
eight==0.4.2
# via signxml
environs==5.2.1
# via -r prod.in
factory-boy==2.12.0
faker==2.0.2 # via factory-boy
# via -r dev.in
faker==2.0.2
# via factory-boy
flask==1.1.1
# via
# -r prod.in
# flask-login
# flask-mail
# flask-migrate
# flask-restful
# flask-saml2
# flask-sqlalchemy
# flask-wtf
flask-login==0.4.1
# via -r prod.in
flask-mail==0.9.1
# via -r prod.in
flask-migrate==2.5.2
# via -r prod.in
flask-restful==0.3.7
# via -r prod.in
flask-saml2==0.3.0
# via -r prod.in
flask-sqlalchemy==2.4.0
# via
# -r prod.in
# flask-migrate
flask-wtf==0.14.2
flask==1.1.1
# via -r prod.in
future==0.16.0
# via eight
gunicorn==19.9.0
idna==2.8 # via requests
itsdangerous==1.1.0 # via flask
jinja2==2.10.1 # via flask
mako==1.1.0 # via alembic
markupsafe==1.1.1 # via jinja2, mako
# via -r prod.in
idna==2.8
# via requests
iso8601==0.1.16
# via flask-saml2
itsdangerous==1.1.0
# via flask
jinja2==2.10.1
# via flask
lxml==4.9.1
# via
# flask-saml2
# signxml
mako==1.1.0
# via alembic
markupsafe==1.1.1
# via
# jinja2
# mako
marshmallow==3.2.0
more-itertools==7.2.0 # via pytest
packaging==19.2 # via pytest
pluggy==0.13.0 # via pytest
py==1.8.0 # via pytest
pyasn1-modules==0.2.6 # via python-ldap
pyasn1==0.4.7 # via pyasn1-modules, python-ldap
pyparsing==2.4.2 # via packaging
# via
# -r prod.in
# environs
more-itertools==7.2.0
# via pytest
packaging==19.2
# via pytest
password-strength==0.0.3.post2
# via -r prod.in
pillow==9.3.0
# via -r prod.in
pluggy==0.13.0
# via pytest
py==1.8.0
# via pytest
pyasn1==0.4.7
# via
# pyasn1-modules
# python-ldap
pyasn1-modules==0.2.6
# via python-ldap
pycparser==2.21
# via cffi
pyjwt==2.6.0
# via -r prod.in
pyopenssl==17.5.0
# via
# flask-saml2
# signxml
pyparsing==2.4.2
# via packaging
pytest==5.1.3
python-dateutil==2.8.0 # via alembic, faker
python-dotenv==0.10.3 # via environs
python-editor==1.0.4 # via alembic
# via -r dev.in
python-dateutil==2.8.0
# via
# alembic
# faker
python-dotenv==0.10.3
# via environs
python-editor==1.0.4
# via alembic
python-ldap==3.2.0
pytz==2019.2 # via flask-restful
requests==2.22.0 # via rocketchat-api
# via -r prod.in
pytz==2019.2
# via
# flask-restful
# flask-saml2
requests==2.22.0
# via
# nextcloud
# rocketchat-api
rocketchat-api==0.6.34
six==1.12.0 # via faker, flask-restful, packaging, python-dateutil, webtest
soupsieve==1.9.3 # via beautifulsoup4
sqlalchemy==1.3.8 # via alembic, flask-sqlalchemy
text-unidecode==1.3 # via faker
urllib3==1.25.5 # via requests
waitress==1.4.1 # via webtest
wcwidth==0.1.7 # via pytest
webob==1.8.5 # via webtest
# via -r prod.in
signxml==2.7.1
# via
# -r prod.in
# flask-saml2
six==1.12.0
# via
# cryptography
# faker
# flask-restful
# packaging
# password-strength
# pyopenssl
# python-dateutil
# webtest
soupsieve==1.9.3
# via beautifulsoup4
sqlalchemy==1.3.8
# via
# alembic
# flask-sqlalchemy
text-unidecode==1.3
# via faker
urllib3==1.25.5
# via requests
waitress==1.4.1
# via webtest
wcwidth==0.1.7
# via pytest
webob==1.8.5
# via webtest
webtest==2.0.33
werkzeug==0.16.0 # via flask
# via -r dev.in
werkzeug==0.16.0
# via flask
wtforms==2.2.1
# via
# -r prod.in
# flask-wtf
Loading