Skip to content

Commit f0805d6

Browse files
algochoialdur
authored andcommitted
Put black back into requirements.txt
1 parent 99b96ae commit f0805d6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
.
1+
.
2+
black

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
project_urls={
1717
"Source": "https://github.com/algorand/py-algorand-sdk",
1818
},
19-
install_requires=["pynacl", "pycryptodomex>=3.6.0", "msgpack", "black"],
19+
install_requires=["pynacl", "pycryptodomex>=3.6.0", "msgpack"],
2020
packages=setuptools.find_packages(),
2121
python_requires=">=3.5",
2222
package_data={"": ["data/langspec.json"]},

0 commit comments

Comments
 (0)