Skip to content

Commit

Permalink
merge requirements for netfile v2 into main requirements file
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenglimEar committed Jul 3, 2024
1 parent fb4e811 commit f929a6e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/post-create-command.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ set -e
pip install --upgrade pip
#pip install 'urllib3[secure]'
pip install -r requirements.txt
pip install -r download/requirements.txt
#pip install -r download/requirements.txt
sudo gem install pg bundler
sudo bundle install
6 changes: 0 additions & 6 deletions download/requirements.txt

This file was deleted.

5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ isodate==0.5.4; python_version < '3.0'
isodate==0.6.1; python_version >= '3.0'
jdcal==1.3
leather==0.3.3
openpyxl==2.4.2
openpyxl==3.1.5
pandas~=2.0.3
parsedatetime==2.1
polars==0.20.1
psycopg2-binary==2.7.4; python_version < '3.0'
psycopg2-binary==2.8.6; python_version >= '3.0'
psycopg2-binary==2.9.7; python_version >= '3.0'
pyarrow==14.0.1
python-dateutil==2.8.2
pytimeparse==1.1.5
pytz==2020.1
Expand Down

0 comments on commit f929a6e

Please sign in to comment.