Skip to content

Commit

Permalink
Add requirements and .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
alexole authored and rdunklau committed Apr 27, 2022
1 parent c3068dc commit 4f57049
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
*.pyc
*.pyo
*.log
*~
/.cache
/.coverage
/.project
/.pydevproject
/.vagrant
/.idea
/.vscode
__pycache__/
/build/
/dist/
/rohmu.egg-info/
/rpm/
.vagrant
/venv/
/.venv/
*.orig
coverage.xml
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
--editable .
12 changes: 12 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ package_dir =
=.
packages = find:
install_requires =
azure-storage-blob == 2.1.0
botocore
cryptography
google-api-python-client
httplib2
oauth2client
paramiko
pydantic
python-dateutil
python-snappy
requests
zstandard
[options.packages.find]
where = .
include = rohmu

0 comments on commit 4f57049

Please sign in to comment.