Skip to content

Commit

Permalink
Conda environment provided
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophWenk committed Jul 10, 2022
1 parent 8b80c88 commit c685aa4
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ General functionality should look like this:
- pypdf2 2.4.2
- dateparser 1.1.1

Other Python or package versions might work but have not been tested.
Other Python or package versions might work but have not been tested.

A conda environment configuration is provided in
the `environment.yml` file. You can set it up with `conda env create -f environment.yml`. Activate it with
`conda activate PDFSorter`.

## Document Type Configuration
New document types can be added by creating new configuration files. The process is described below.
Expand Down
29 changes: 29 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: PDFSorter
channels:
- defaults
dependencies:
- bzip2=1.0.8=he774522_0
- ca-certificates=2022.4.26=haa95532_0
- certifi=2022.6.15=py310haa95532_0
- dateparser=1.1.1=pyhd3eb1b0_0
- libffi=3.4.2=hd77b12b_4
- openssl=1.1.1p=h2bbff1b_0
- pip=21.2.4=py310haa95532_0
- python=3.10.4=hbb2ffb3_0
- python-dateutil=2.8.2=pyhd3eb1b0_0
- pytz=2022.1=py310haa95532_0
- regex=2021.8.3=py310h2bbff1b_0
- setuptools=61.2.0=py310haa95532_0
- six=1.16.0=pyhd3eb1b0_1
- sqlite=3.38.5=h2bbff1b_0
- tk=8.6.12=h2bbff1b_0
- tzdata=2022a=hda174b7_0
- tzlocal=2.1=py310haa95532_0
- vc=14.2=h21ff451_1
- vs2015_runtime=14.27.29016=h5e58377_2
- wheel=0.37.1=pyhd3eb1b0_0
- wincertstore=0.2=py310haa95532_2
- xz=5.2.5=h8cc25b3_1
- zlib=1.2.12=h8cc25b3_2
- pip:
- pypdf2==2.4.2

0 comments on commit c685aa4

Please sign in to comment.