diff options
| author | gabrielgio <gabriel.giovanini@pm.me> | 2022-02-22 01:02:17 +0100 | 
|---|---|---|
| committer | gabrielgio <gabriel.giovanini@pm.me> | 2022-02-22 01:02:17 +0100 | 
| commit | 4bf7a7eea37ce39abd304f35f02a4ea39f81a8f2 (patch) | |
| tree | a9499c0f778e516cbb61f40293fe5f11403e9288 /.gitignore | |
| parent | b8d69f9bf5a03fd6d8b6a477f3b7ca8f10c27bda (diff) | |
| download | reddit-nextcloud-importer-4bf7a7eea37ce39abd304f35f02a4ea39f81a8f2.tar.gz reddit-nextcloud-importer-4bf7a7eea37ce39abd304f35f02a4ea39f81a8f2.tar.bz2 reddit-nextcloud-importer-4bf7a7eea37ce39abd304f35f02a4ea39f81a8f2.zip | |
feat: Migrate to poetry
Migrates from virtual env to poetry. Also update python packages.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 | 
1 files changed, 3 insertions, 0 deletions
| @@ -6,3 +6,6 @@ __pycache__/  .coverage  cobertura.xml  report.xml + +requirements.txt +dev-requirements.txt | 
