-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #534 from ODM2/develop for release v0.12.0
Update `main` from `develop` for release v0.12.0
- Loading branch information
Showing
31 changed files
with
1,697 additions
and
465 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
# Develop Environments for ODM2DataSharingPortal | ||
name: ODM2DataSharingPortal | ||
channels: | ||
- conda-forge | ||
- defaults | ||
|
||
dependencies: | ||
# For ODM2DataSharingPortal migration to AWS | ||
- python =3.8.10 # May 3, 2021: final regular Py 3.8 release. https://www.python.org/downloads/release/python-3810/ | ||
# - django =2.2.* # Installs 2.2.14 but lastest is 2.2.24. Use pip to install. | ||
# https://docs.djangoproject.com/en/3.2/releases | ||
|
||
# # Other Requirements | ||
# - beautifulsoup4 =4.9.3 # with python 3.8 | ||
- coverage >=5.5 | ||
- google-api-python-client >=2.12.0 | ||
- hs_restclient >=1.3.7 # https://github.com/hydroshare/hs_restclient | ||
- markdown >=3.3.4 | ||
# - oauthlib >=3.1.1 # with google api | ||
- pandas >=1.3 | ||
- psycopg2 >=2.9.1 | ||
- python-crontab >=2.5.1 | ||
# - requests # with python 3.8 | ||
# - six # with python 3.8 | ||
|
||
|
||
# Dev tools | ||
- python-language-server | ||
|
||
# package management | ||
- conda | ||
- conda-build | ||
- pip | ||
|
||
# Dependency versions not available on conda-forge | ||
- pip: | ||
# - codegen >=1.0 # necessary? Last updated in 2012. https://pypi.org/project/codegen/ | ||
- django ==2.2.24 | ||
- django-admin-select2 # >=1.0.1 | ||
- django-debug-toolbar # >=1.11.1 | ||
- django-discover-runner # >=1.0 | ||
- django-reset-migrations # >=0.3.1 | ||
- django-webtest # >=1.8.0 | ||
- django-widget-tweaks # >=1.4.1 | ||
- djangorestframework | ||
# - patterns >=0.3 # necessary? Last updated in 2014. https://pypi.org/project/patterns/ | ||
# - sqlparse # with django=2.2 | ||
# - waitress # with django extensions | ||
# - WebOb # with django extensions | ||
# - WebTest # with django extensions |
Empty file.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.