mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-17 16:34:44 -05:00
* Update Python dependencies: - google-auth-oauthlib 1.3.0 → 1.3.1 - sphinxcontrib-youtube 1.4.1 → 1.5.0 - fixtures 4.3.1 → 4.3.2 - Add missing newline at end of requirements files * Update JavaScript dependencies: - Replace deprecated @babel/plugin-proposal-* packages with @babel/plugin-transform-* equivalents - Remove unused @types/classnames dependency - Update yarn.lock - Pin the 'react-frame-component' to '~5.2.6' * fix: Use PostGIS 36 for EPAS 18 in CI workflow - EPAS 18 ships with edb-as18-postgis36 instead of postgis34. - Add a postgisver matrix variable to support mixed versions. - Add exclude+include for EPAS 18 PostGIS matrix to fix empty runs-on * Moving '@babel/plugin-transform-class-properties', '@babel/preset-react' to devDependencies section
34 lines
1.1 KiB
Plaintext
34 lines
1.1 KiB
Plaintext
###############################################################################
|
|
#
|
|
# IMPORTANT:
|
|
#
|
|
# If runtime or build time dependencies are changed in this file, the committer
|
|
# *must* ensure the DEB and RPM package maintainers are informed as soon as
|
|
# possible.
|
|
#
|
|
###############################################################################
|
|
|
|
#####################################
|
|
# Include all the common dependencies
|
|
#####################################
|
|
-r ../../requirements.txt
|
|
|
|
###########################################################
|
|
# Add all the development dependencies here
|
|
# The packages listed below are sorted alphabetically. It
|
|
# is recommended to add new packages in alphabetical order.
|
|
# However, exceptions can be made to preserve dependency
|
|
# order—please add a comment in such cases and specify the
|
|
# relevant packages.
|
|
###########################################################
|
|
extras==1.0.0
|
|
fixtures==4.3.2
|
|
linecache2==1.0.0
|
|
pbr==7.0.3
|
|
pycodestyle>=2.5.0
|
|
python-mimeparse==2.0.0
|
|
selenium==4.41.0
|
|
testscenarios==0.5.0
|
|
testtools==2.8.7
|
|
traceback2==1.4.0
|