Skip to content

Commit

Permalink
add init
Browse files Browse the repository at this point in the history
  • Loading branch information
Chibikuri committed Jan 1, 2020
1 parent 627e470 commit 67608a5
Show file tree
Hide file tree
Showing 7 changed files with 150 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ verify_ssl = true

[dev-packages]
slackweb = "*"
twine = "*"

[packages]
qiskit = "*"
jupyter = "*"
tqdm = "*"
grakel-dev = "==0.1a6"
toml = "*"
wheel = "*"

[requires]
python_version = "3.7"
150 changes: 148 additions & 2 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file added __init__.py
Empty file.
Empty file added qwgc/__init__.py
Empty file.
Empty file added qwgc/classifier/__init__.py
Empty file.
Empty file added qwgc/preprocess/__init__.py
Empty file.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
-i https://pypi.org/simple
appnope==0.1.0 ; sys_platform == 'darwin'
attrs==19.3.0
backcall==0.1.0
Expand Down

0 comments on commit 67608a5

Please sign in to comment.